1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/resources/sql/patches/001.maniphest_projects.sql
epriestley 7fb9a48690 Task -> Project assocation, file uploads
Summary:

Test Plan:

Reviewers:

CC:
2011-02-20 20:08:53 -08:00

2 lines
No EOL
109 B
SQL

alter table maniphest_task add projectPHIDs longblob not null;
update maniphest_task set projectPHIDs = '[]';