mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Fully-qualify this SQL patchfile.
Summary: Test Plan: Reviewers: CC:
This commit is contained in:
parent
7fb9a48690
commit
c244d4bff2
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
alter table maniphest_task add projectPHIDs longblob not null;
|
||||
update maniphest_task set projectPHIDs = '[]';
|
||||
alter table phabricator_maniphest.maniphest_task add projectPHIDs longblob not null;
|
||||
update phabricator_maniphest.maniphest_task set projectPHIDs = '[]';
|
||||
|
|
Loading…
Reference in a new issue