Skip to content

Commit

Permalink
Merge pull request #5876 from IQSS/5862-add-postquestion-if-not-exists
Browse files Browse the repository at this point in the history
only add postquestion column if it doesn't already exist
  • Loading branch information
kcondon committed May 22, 2019
2 parents 2cc7d90 + d9f50d3 commit f699a85
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,2 +1,2 @@
ALTER TABLE variablemetadata
ADD COLUMN postquestion text;
ADD COLUMN IF NOT EXISTS postquestion text;

0 comments on commit f699a85

Please sign in to comment.