mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
c244d4bff2
Summary: Test Plan: Reviewers: CC:
2 lines
154 B
SQL
2 lines
154 B
SQL
alter table phabricator_maniphest.maniphest_task add projectPHIDs longblob not null;
|
|
update phabricator_maniphest.maniphest_task set projectPHIDs = '[]';
|