Summary: Adds authorPHID to panels so we can default to the panels you made. Test Plan: Run upgrade, visit manage panels, see my panels. Create a new panel. Edit a panel. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17036
3 lines
92 B
SQL
3 lines
92 B
SQL
ALTER TABLE {$NAMESPACE}_dashboard.dashboard_panel
|
|
ADD authorPHID VARBINARY(64) NOT NULL;
|