From 4448e8cc5201a2594b34b55b8ee349094a16c896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olaf=20Lindstr=C3=B6m?= Date: Mon, 19 Feb 2024 10:00:35 +0100 Subject: [PATCH] =?UTF-8?q?Update=20editorial=5Fpages.metadata=20with=20ne?= =?UTF-8?q?w=20json=20blob,=20and=20a=20new=20editori=E2=80=A6=20(#375)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update editorial_pages.metadata with new json blob, and a new editorial_type enum value * Update migration name to match latest migration number * Undo non migrated changes to default json in editorial_pages.metadata --- migrations/000.458.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.458.sql diff --git a/migrations/000.458.sql b/migrations/000.458.sql new file mode 100644 index 0000000..6606efc --- /dev/null +++ b/migrations/000.458.sql @@ -0,0 +1 @@ +ALTER TYPE editorial_type ADD VALUE 'collection' AFTER 'influencer_collection'; \ No newline at end of file