Created
October 4, 2013 18:32
-
-
Save ceejayoz/6830488 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `checklist` (`id`, `type_id`, `setting_key`, `not_empty`, `should_configure`, `must_configure`) | |
VALUES | |
(1, 1, 'form', '', 'Most users opt to customize the entry form to some extent.', ''), | |
(2, 1, 'rules', 'You must provide rules governing your promotion.', '', 'You must provide rules governing your promotion.'), | |
(3, 1, 'abbreviated_rules', 'You must provide abbreviated rules.', '', ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment