From 12dc78fbb22ee6360117c89d0762822fb8b4c900 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 12 Apr 2016 10:52:54 +0200 Subject: [PATCH] PW-42 add column product-printimages.inserted_date --- migrations/000.004.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.004.sql diff --git a/migrations/000.004.sql b/migrations/000.004.sql new file mode 100644 index 0000000..f7fe8ad --- /dev/null +++ b/migrations/000.004.sql @@ -0,0 +1,2 @@ +ALTER TABLE "product-printimages" +ADD COLUMN inserted_date TIMESTAMP WITH TIME ZONE;