Skip to content

Instantly share code, notes, and snippets.

@ceejayoz
Created October 4, 2013 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceejayoz/6830488 to your computer and use it in GitHub Desktop.
Save ceejayoz/6830488 to your computer and use it in GitHub Desktop.
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