Commit d54f36b2 authored by Rafael Monnerat's avatar Rafael Monnerat

Provide standard erp5_catalog_storage as mysql_innodb, in future this should...

Provide standard erp5_catalog_storage as mysql_innodb, in future this should become one argument also.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44162 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 728905ff
......@@ -41,6 +41,8 @@ def updateERP5(args):
url = '%s/manage_addProduct/ERP5/manage_addERP5Site' % base_url
result = urllib.urlopen(url, urllib.urlencode({
"id": site_id,
# This parameter should be an argument in future.
"erp5_catalog_storage": "erp5_mysql_innodb_catalog",
"erp5_sql_connection_string": mysql_string,
"cmf_activity_sql_connection_string": mysql_string, }))
print result.read()
......
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