mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
bcb9de4ea1
Summary: See T1602. This is just the minimal functional patch; the scripts will continue working because of the `DEFAULT ''`. Test Plan: Can't fully test this until I get more code working, but nothing broke horribly yet. Reviewers: epriestley Reviewed By: epriestley CC: nh, aran, Korvin Maniphest Tasks: T1602 Differential Revision: https://secure.phabricator.com/D3147
3 lines
158 B
SQL
3 lines
158 B
SQL
ALTER TABLE {$NAMESPACE}_repository.repository_symbol
|
|
ADD symbolContext varchar(128) COLLATE utf8_general_ci NOT NULL DEFAULT ''
|
|
AFTER arcanistProjectID;
|