mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Missing key for large datasizes.
This commit is contained in:
parent
75b11d6d7d
commit
720bf02570
1 changed files with 3 additions and 0 deletions
3
resources/sql/patches/026.diffpropkey.sql
Normal file
3
resources/sql/patches/026.diffpropkey.sql
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
ALTER TABLE phabricator_differential.differential_diffproperty
|
||||||
|
ADD UNIQUE KEY (diffID, name);
|
||||||
|
|
Loading…
Reference in a new issue