From 7efe2eddd5b3c68e4b2a911aa40182810bd4700d Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 15 Mar 2018 10:58:54 +0100 Subject: [PATCH] revert latest commit --- migrations/000.057.sql | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 migrations/000.057.sql diff --git a/migrations/000.057.sql b/migrations/000.057.sql deleted file mode 100644 index 919a0c8..0000000 --- a/migrations/000.057.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE designers DROP COLUMN IF EXISTS logotype; - -ALTER TABLE designers ADD COLUMN logotype varchar; - -UPDATE designers SET logotype = '/designers/' || designerid || '.jpg'; \ No newline at end of file