Files
database/migrations/archive/000.265.sql
T
Rikard BartholfandGitHub ddcbd0afb0 Archive old migrations (#426)
* Archive old migrations

* Fix invalid placement of migrations
2024-10-17 11:19:12 +02:00

4 lines
103 B
SQL

-- P5-6279: add primary key to markets_locales table
alter table market_locales add primary key (id);