7 lines
209 B
MySQL
7 lines
209 B
MySQL
|
|
ALTER TABLE `phabricator_oauth_server`.`oauth_server_oauthclientauthorization`
|
||
|
|
ADD `scope` text NOT NULL;
|
||
|
|
|
||
|
|
ALTER TABLE `phabricator_oauth_server`.`oauth_server_oauthserveraccesstoken`
|
||
|
|
DROP `dateExpires`;
|
||
|
|
|