c244d4bff2
Summary: Test Plan: Reviewers: CC:
3 lines
154 B
SQL
3 lines
154 B
SQL
alter table phabricator_maniphest.maniphest_task add projectPHIDs longblob not null;
|
|
update phabricator_maniphest.maniphest_task set projectPHIDs = '[]';
|