Skip to content

Commit

Permalink
SQL DDL fix
Browse files Browse the repository at this point in the history
FRESH-1517	metasfresh/metasfresh-webui-api-legacy#184 Implement KPI service
  • Loading branch information
metas-ts committed Mar 3, 2017
1 parent 34d2d14 commit 140ae26
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

-- note that as of postgresq-9.5 there is no add-column-if-not-exists
ALTER TABLE AD_COLUMN DROP COLUMN IF EXISTS CacheInvalidateParent;
ALTER TABLE AD_COLUMN ADD COLUMN CacheInvalidateParent character(1) NOT NULL DEFAULT 'Y';

0 comments on commit 140ae26

Please sign in to comment.