1
0
Fork 0
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:
epriestley 2011-02-20 20:10:07 -08:00
parent 7fb9a48690
commit c244d4bff2

View file

@ -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 = '[]';