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
3 lines
86 B
SQL
3 lines
86 B
SQL
ALTER TABLE {$NAMESPACE}_dashboard.dashboard
|
|
ADD authorPHID VARBINARY(64) NOT NULL;
|