Index: lams_tool_eadventure/db/sql/activity_insert.sql =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -ra5b247dd91cb3ffabf9de46cba029e5537fad087 --- lams_tool_eadventure/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_tool_eadventure/db/sql/activity_insert.sql (.../activity_insert.sql) (revision a5b247dd91cb3ffabf9de46cba029e5537fad087) @@ -1,28 +1,28 @@ -INSERT INTO lams_learning_activity -( - description -, title -, learning_activity_type_id -, grouping_support_type_id -, apply_grouping_flag -, learning_library_id -, create_date_time -, tool_id -, activity_category_id -, library_activity_ui_image -, language_file -) -VALUES -( - 'Eadventure' -, 'Eadventure' -, 1 -, 2 -, 0 -, ${learning_library_id} -, NOW() -, ${tool_id} -, 3 -, 'tool/eueadv10/images/icon_eAdventure2.svg' -, 'org.eucm.lams.tool.eadventure.ApplicationResources' +INSERT INTO lams_learning_activity +( + description +, title +, learning_activity_type_id +, grouping_support_type_id +, apply_grouping_flag +, learning_library_id +, create_date_time +, tool_id +, activity_category_id +, library_activity_ui_image +, language_file +) +VALUES +( + 'Eadventure' +, 'Eadventure' +, 1 +, 2 +, 0 +, ${learning_library_id} +, NOW() +, ${tool_id} +, 3 +, 'tool/eueadv10/images/icon_eAdventure2.svg' +, 'org.eucm.lams.tool.eadventure.ApplicationResources' ) \ No newline at end of file