Skip to content

Instantly share code, notes, and snippets.

@kennethjohnbalgos
Created October 23, 2014 13:04
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 kennethjohnbalgos/bfd2c60812e394b2ea51 to your computer and use it in GitHub Desktop.
Save kennethjohnbalgos/bfd2c60812e394b2ea51 to your computer and use it in GitHub Desktop.
INSERT INTO `lesson_types` (`id`, `account_id`, `name`, `created_at`, `updated_at`)
VALUES
(1, 0, 'eLearning Lesson', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(2, 0, 'SCORM', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(3, 0, 'Webinar', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(4, 0, 'Recording', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(5, 0, 'Self-study', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(6, 0, 'White Paper', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(7, 0, 'Project', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(8, 0, 'Mentoring', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(9, 0, 'Virtual Session', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(10, 0, 'Classroom Workshop', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(11, 0, 'Online Workshop', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(12, 0, 'Conference Session', '2014-09-06 08:39:07', '2014-09-06 08:39:07'),
(13, 0, 'External', '2014-09-06 08:39:07', '2014-09-06 08:39:07');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment