Skip to content

Commit

Permalink
Rename 040_add_watermark_settings.sql to 039_add_watermark_settings.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Epd02 committed Feb 18, 2024
1 parent 2fdd644 commit a4fecc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ALTER TABLE survey_runs
ADD watermark_method ENUM('none', 'only_visible', 'only_sift', 'only_blind', 'visible_and_sift', 'visible_and_blind') NOT NULL DEFAULT 'none',
ADD watermark_content varchar(255) NOT NULL DEFAULT "formr.org";
ADD watermark_content varchar(255) NOT NULL DEFAULT "formr.org";

0 comments on commit a4fecc4

Please sign in to comment.