1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/resources/sql/autopatches/20140430.dash.1.paneltype.sql
epriestley ea954c37e4 Add dashboard panel types
Summary: Ref T3583. These will be the primary class carrying panel implementations.

Test Plan:
{F149125}

{F149126}

Reviewers: chad, btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T3583

Differential Revision: https://secure.phabricator.com/D8912
2014-04-30 14:28:20 -07:00

2 lines
117 B
SQL

ALTER TABLE {$NAMESPACE}_dashboard.dashboard_panel
ADD panelType VARCHAR(64) NOT NULL COLLATE utf8_bin AFTER name;