P5-6279 add primary key to market_locales table

This commit is contained in:
Martin Carlsson
2020-11-11 13:37:25 +01:00
committed by GitHub
parent 9b387ec032
commit 6c46a81be7
+3
View File
@@ -0,0 +1,3 @@
-- P5-6279: add primary key to markets_locales table
alter table market_locales add primary key (id);