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