Commit ade11512 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: No need to call migrate while setup of erp5site as we are doing that while bt install

parent 978d35bb
......@@ -2305,9 +2305,6 @@ class ERP5Generator(PortalGenerator):
self.setupWorkflow(p)
self.setupERP5Core(p,**kw)
self.setupERP5Promise(p,**kw)
# Make call to migration only after ERP5Core has been setup aas we'll need
# business templates.
p.migrateSQLCatalogToERP5Catalog()
# Make sure the cache is initialized
p.portal_caches.updateCache()
......
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