From 6c46a81be794af4e98389db3a4eb06fcb70881fd Mon Sep 17 00:00:00 2001 From: Martin Carlsson Date: Wed, 11 Nov 2020 13:37:25 +0100 Subject: [PATCH] P5-6279 add primary key to market_locales table --- migrations/000.265.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/000.265.sql diff --git a/migrations/000.265.sql b/migrations/000.265.sql new file mode 100644 index 0000000..337927f --- /dev/null +++ b/migrations/000.265.sql @@ -0,0 +1,3 @@ +-- P5-6279: add primary key to markets_locales table + +alter table market_locales add primary key (id);