mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
dcfc381a0a
Summary: Ref T7604. This migration doesn't actually work because it is in the wrong directory. Test Plan: Ran `./bin/storage upgrade` and saw the migration applied. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D13014
2 lines
99 B
SQL
2 lines
99 B
SQL
ALTER TABLE {$NAMESPACE}_releeph.releeph_project
|
|
MODIFY arcanistProjectID int(10) unsigned NULL;
|