mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
7 lines
437 B
MySQL
7 lines
437 B
MySQL
|
alter table phabricator_user.user_oauthinfo add accountURI varchar(255);
|
||
|
alter table phabricator_user.user_oauthinfo add accountName varchar(255);
|
||
|
alter table phabricator_user.user_oauthinfo add token varchar(255);
|
||
|
alter table phabricator_user.user_oauthinfo add tokenExpires int unsigned;
|
||
|
alter table phabricator_user.user_oauthinfo add tokenScope varchar(255);
|
||
|
alter table phabricator_user.user_oauthinfo add tokenStatus varchar(255);
|