mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-07 04:18:31 +01:00
6 lines
437 B
SQL
6 lines
437 B
SQL
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);
|