Commit d1fdddd2 authored by Ivan Tyagov's avatar Ivan Tyagov

erp5_wendelin has nowadays its own catalog table thus we need to explicitly...

erp5_wendelin has nowadays its own catalog table thus we need to explicitly tell to created them during configuration phase.
parent 6a30681c
...@@ -32,7 +32,7 @@ bt5_installation_list = ('erp5_full_text_mroonga_catalog', ...@@ -32,7 +32,7 @@ bt5_installation_list = ('erp5_full_text_mroonga_catalog',
'erp5_wendelin_development' 'erp5_wendelin_development'
) )
bt5_update_catalog = ('erp5_ingestion_mysql_innodb_catalog',) bt5_update_catalog = ('erp5_ingestion_mysql_innodb_catalog', 'erp5_wendelin',)
for name in bt5_installation_list: for name in bt5_installation_list:
configuration_save.addConfigurationItem("Standard BT5 Configurator Item", configuration_save.addConfigurationItem("Standard BT5 Configurator Item",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment