mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
5 lines
180 B
MySQL
5 lines
180 B
MySQL
|
TRUNCATE TABLE {$NAMESPACE}_maniphest.maniphest_task_ffield;
|
||
|
|
||
|
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task_ffield
|
||
|
ADD UNIQUE KEY `key_documentfield` (documentID, fieldKey);
|