Index: win_installer/src/updateLocales.sql =================================================================== diff -u -rb774997180e1f25228b59a70714036cdc22c3ae6 -r049abee35ba3c5dc18af09a251fc9763da0753aa --- win_installer/src/updateLocales.sql (.../updateLocales.sql) (revision b774997180e1f25228b59a70714036cdc22c3ae6) +++ win_installer/src/updateLocales.sql (.../updateLocales.sql) (revision 049abee35ba3c5dc18af09a251fc9763da0753aa) @@ -44,4 +44,6 @@ FROM locale_temp t WHERE t.combined NOT IN (SELECT CONCAT_WS(',',l.language_iso_code,l.country_iso_code) FROM lams_supported_locale l)); +UPDATE lams_configuration set config_value='2006-12-20' WHERE config_key='DictionaryDateCreated'; + drop table if exists locale_temp;