4 lines
103 B
SQL
4 lines
103 B
SQL
-- P5-6279: add primary key to markets_locales table
|
|
|
|
alter table market_locales add primary key (id);
|