diff options
Diffstat (limited to 'sql/postgres/patch-categorylinks-pk.sql')
-rw-r--r-- | sql/postgres/patch-categorylinks-pk.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/postgres/patch-categorylinks-pk.sql b/sql/postgres/patch-categorylinks-pk.sql new file mode 100644 index 000000000000..b88bb79f425e --- /dev/null +++ b/sql/postgres/patch-categorylinks-pk.sql @@ -0,0 +1,3 @@ +DROP INDEX IF EXISTS cl_from; +ALTER TABLE categorylinks + ADD PRIMARY KEY (cl_from, cl_to); |