mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
063269a00a
Summary: Test Plan: Reviewers: CC:
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);
|