Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
--- /dev/null
+-- Create courses
+INSERT INTO asset.course_module_course
+(name, course_number, owning_lib) VALUES
+('History of Indonesia', 'HST243', 1);
+
+
+-- Associate materials with the courses
+INSERT INTO asset.course_module_course_materials
+(course, record, relationship) VALUES
+(1, 200, 'Required'),
+(1, 201, 'Optional');
+
-- load remoteauth data
\i remoteauth.sql
+-- load course materials data
+\i course_materials.sql
+
-- clean up the env
\i env_destroy.sql