Index: lams_common/db/sql/insert_lams_windows_config_data.sql =================================================================== diff -u -rc9dc136639d7c1066fe0961e186630ad16700fd4 -r35917e1e3c7882f83d762c24ec5ee0ae963e94b4 --- lams_common/db/sql/insert_lams_windows_config_data.sql (.../insert_lams_windows_config_data.sql) (revision c9dc136639d7c1066fe0961e186630ad16700fd4) +++ lams_common/db/sql/insert_lams_windows_config_data.sql (.../insert_lams_windows_config_data.sql) (revision 35917e1e3c7882f83d762c24ec5ee0ae963e94b4) @@ -296,4 +296,4 @@ values ('KalturaKDPUiConfId','', 'config.kaltura.kdp.uiconfid', 'config.header.kaltura', 'STRING', 0); insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) -values ('SuffixImportedLD','false', 'config.authoring.suffix', 'config.header.features', 'BOOLEAN', 0); +values ('SuffixImportedLD','false', 'config.authoring.suffix', 'config.header.features', 'BOOLEAN', 0); \ No newline at end of file Index: lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040012.sql =================================================================== diff -u -rc9dc136639d7c1066fe0961e186630ad16700fd4 -r35917e1e3c7882f83d762c24ec5ee0ae963e94b4 --- lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040012.sql (.../patch02040012.sql) (revision c9dc136639d7c1066fe0961e186630ad16700fd4) +++ lams_common/src/java/org/lamsfoundation/lams/dbupdates/patch02040012.sql (.../patch02040012.sql) (revision 35917e1e3c7882f83d762c24ec5ee0ae963e94b4) @@ -1,7 +1,7 @@ -- Turn off autocommit, so nothing is committed if there is an error SET AUTOCOMMIT = 0; --- LDEV-2890 When importing a sequence make the suffix string optional; turned off by default +-- LDEV-2890 When importing a sequence make the suffix string optional, turned off by default insert into lams_configuration (config_key, config_value, description_key, header_name, format, required) values ('SuffixImportedLD','false', 'config.authoring.suffix', 'config.header.features', 'BOOLEAN', 0);