mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
6 lines
203 B
MySQL
6 lines
203 B
MySQL
|
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task
|
||
|
ADD properties LONGTEXT NOT NULL COLLATE {$COLLATE_TEXT};
|
||
|
|
||
|
UPDATE {$NAMESPACE}_maniphest.maniphest_task
|
||
|
SET properties = '{}' WHERE properties = '';
|