Skip to content

Commit

Permalink
Update plans.js (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamannn authored Jun 11, 2021
1 parent 5b05276 commit d32832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plans.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function create (schema, version) {

function createSchema (schema) {
return `
CREATE SCHEMA ${schema}
CREATE SCHEMA IF NOT EXISTS ${schema}
`
}

Expand Down

0 comments on commit d32832d

Please sign in to comment.