From 8affb3b668d9583f6f7e748130bcfd7980081199 Mon Sep 17 00:00:00 2001 From: Anders Gustafsson <34234789+anders-photowall@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:45:44 +0100 Subject: [PATCH] 2286 - cleanup inquiries table (#304) --- migrations/000.399.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.399.sql diff --git a/migrations/000.399.sql b/migrations/000.399.sql new file mode 100644 index 0000000..34cda21 --- /dev/null +++ b/migrations/000.399.sql @@ -0,0 +1,2 @@ +ALTER TABLE inquiries DROP COLUMN IF EXISTS framed; +ALTER TABLE inquiries DROP COLUMN IF EXISTS edge;