Skip to content

Commit

Permalink
Merge pull request #45 from rvanheest-DANS-KNAW/db-schema
Browse files Browse the repository at this point in the history
NO-JIRA: add 'if not exists' expressions to 'create table' in db script
  • Loading branch information
janvanmansum authored Sep 25, 2019
2 parents 0b188d3 + e7bb1c0 commit 197f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/assembly/dist/install/db-tables.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE bag_info (
CREATE TABLE IF NOT EXISTS bag_info (
bagId CHAR(36) NOT NULL PRIMARY KEY,
base CHAR(36) NOT NULL,
created VARCHAR(29) NOT NULL,
Expand Down

0 comments on commit 197f733

Please sign in to comment.