Index: lams_tool_nb/db/sql/activity_insert.sql =================================================================== diff -u -r5be03595a347709c737d01bdaec5cbc986c04040 -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 --- lams_tool_nb/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 5be03595a347709c737d01bdaec5cbc986c04040) +++ lams_tool_nb/db/sql/activity_insert.sql (.../activity_insert.sql) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) @@ -39,6 +39,7 @@ , create_grouping_id , create_grouping_ui_id , library_activity_id +, language_file ) VALUES ( @@ -77,4 +78,5 @@ , NULL , NULL , NULL +, 'org.lamsfoundation.lams.tool.noticeboard.ApplicationProperties' )