mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 02:42:40 +01:00
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`;
|
||
|
|