4 lines
97 B
SQL
4 lines
97 B
SQL
ALTER TABLE phabricator_differential.differential_diffproperty
|
|
ADD UNIQUE KEY (diffID, name);
|
|
|