From a20cdb1ced2abe7a9679d69f6d35475c72c7481c Mon Sep 17 00:00:00 2001 From: Anders Gustafsson <34234789+anders-photowall@users.noreply.github.com> Date: Mon, 9 May 2022 15:37:11 +0200 Subject: [PATCH] add missing column (#272) --- migrations/000.371.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.371.sql diff --git a/migrations/000.371.sql b/migrations/000.371.sql new file mode 100644 index 0000000..d34de20 --- /dev/null +++ b/migrations/000.371.sql @@ -0,0 +1 @@ +ALTER TABLE campaign_pages ADD updated timestamp with time zone;