mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
5417f91b77
Summary: This adds in the create flow for the Project board columns on the super secret board page which totally doesn't do anything right now. Test Plan: 1. Apply diff. 2. Go to super secret page. 3. Click link close to top with a way too long name. 4. Enter a name for the column. 5. Enjoy a new column briefly before realising you cannot remove it. 6. Stay happy! Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: tmaroschik, Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7925
5 lines
180 B
SQL
5 lines
180 B
SQL
ALTER TABLE {$NAMESPACE}_project.project_column
|
|
ADD dateCreated INT UNSIGNED NOT NULL;
|
|
|
|
ALTER TABLE {$NAMESPACE}_project.project_column
|
|
ADD dateModified INT UNSIGNED NOT NULL;
|