mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
59f3b5125d
Summary: Adds an authorPHIDs, populates olds ones. Test Plan: Make a new Dashboard, see that I created it. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17022
2 lines
86 B
SQL
2 lines
86 B
SQL
ALTER TABLE {$NAMESPACE}_dashboard.dashboard
|
|
ADD authorPHID VARBINARY(64) NOT NULL;
|