Index: lams_tool_eadventure/db/sql/activity_insert.sql =================================================================== diff -u -r3dbf966d900adefc34cdad501d3c392118451cd9 -rb5e3dc0347ea139704c19de043d59015191a80cf --- lams_tool_eadventure/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 3dbf966d900adefc34cdad501d3c392118451cd9) +++ lams_tool_eadventure/db/sql/activity_insert.sql (.../activity_insert.sql) (revision b5e3dc0347ea139704c19de043d59015191a80cf) @@ -1,78 +1,28 @@ -# Connection: ROOT LOCAL -# Host: localhost -# Saved: 2005-04-07 11:08:32 -# INSERT INTO lams_learning_activity ( -activity_ui_id -, description + description , title -, help_text -, xcoord -, ycoord -, parent_activity_id -, parent_ui_id , learning_activity_type_id , grouping_support_type_id , apply_grouping_flag -, grouping_id -, grouping_ui_id -, order_id -, define_later_flag -, learning_design_id , learning_library_id , create_date_time -, run_offline_flag -, max_number_of_options -, min_number_of_options -, options_instructions , tool_id -, tool_content_id , activity_category_id -, gate_activity_level_id -, gate_open_flag -, gate_start_time_offset -, gate_end_time_offset , library_activity_ui_image -, create_grouping_id -, create_grouping_ui_id -, library_activity_id , language_file ) VALUES ( -NULL + 'Eadventure' , 'Eadventure' -, 'Eadventure' -, 'Put some help text here.' -, NULL -, NULL -, NULL -, NULL , 1 , 2 , 0 -, NULL -, NULL -, NULL -, 0 -, NULL , ${learning_library_id} , NOW() -, 0 -, NULL -, NULL -, NULL , ${tool_id} -, NULL , 3 -, NULL -, NULL -, NULL -, NULL , 'tool/eueadv10/images/icon_eAdventure2.svg' -, NULL -, NULL -, NULL , 'org.eucm.lams.tool.eadventure.ApplicationResources' -) +) \ No newline at end of file