Index: lams_common/db/sql/insert_types_data.sql =================================================================== diff -u -r73cf786468f4ffa28dda74a671297b7950e0d1f2 -rc776169e3ed399f996e3d863f3459ce83f7aac4c --- lams_common/db/sql/insert_types_data.sql (.../insert_types_data.sql) (revision 73cf786468f4ffa28dda74a671297b7950e0d1f2) +++ lams_common/db/sql/insert_types_data.sql (.../insert_types_data.sql) (revision c776169e3ed399f996e3d863f3459ce83f7aac4c) @@ -55,19 +55,14 @@ INSERT INTO lams_lesson_state VALUES (5, 'FINISHED'); INSERT INTO lams_lesson_state VALUES (6, 'ARCHIVED'); -INSERT into lams_license VALUES ('1', 'Attribution-Noncommercial-ShareAlike', 'by-nc-sa', 'http://creativecommons.org/licenses/by-nc-sa/2.0/', 'true', ''); -INSERT into lams_license VALUES ('2', 'Other Licensing Agreement', 'other', '', ''); -INSERT into lams_license VALUES ('3', 'Attribution-No Derivatives', 'by-nd', 'http://creativecommons.org/licenses/by-nd/2.0/', ''); -INSERT into lams_license VALUES ('4', 'Attribution-Noncommercial-No Derivatives', 'by-nc-nd', 'http://creativecommons.org/licenses/by-nc-nd/2.0/', ''); -INSERT into lams_license VALUES ('5', 'Attribution-Noncommercial', 'by-nc', 'http://creativecommons.org/licenses/by-nc/2.0/', ''); -INSERT into lams_license VALUES ('6', 'Attribution-ShareAlike', 'by-sa', 'http://creativecommons.org/licenses/by-sa/2.0/', ''); +INSERT into lams_license VALUES (1, 'Attribution-Noncommercial-ShareAlike', 'by-nc-sa', 'http://creativecommons.org/licenses/by-nc-sa/2.0/', 'true', ''); +INSERT into lams_license VALUES (2, 'Other Licensing Agreement', 'other', '','false', ''); +INSERT into lams_license VALUES (3, 'Attribution-No Derivatives', 'by-nd', 'http://creativecommons.org/licenses/by-nd/2.0/','false',''); +INSERT into lams_license VALUES (4, 'Attribution-Noncommercial-No Derivatives', 'by-nc-nd', 'http://creativecommons.org/licenses/by-nc-nd/2.0/','false', ''); +INSERT into lams_license VALUES (5, 'Attribution-Noncommercial', 'by-nc', 'http://creativecommons.org/licenses/by-nc/2.0/','false',''); +INSERT into lams_license VALUES (6, 'Attribution-ShareAlike', 'by-sa', 'http://creativecommons.org/licenses/by-sa/2.0/','false',''); -INSERT into lams_copy_type VALUES ('1', 'NONE'); -INSERT into lams_copy_type VALUES ('2', 'LESSON COPY'); -INSERT into lams_copy_type VALUES ('3', 'PREVIEW COPY'); - -