Commit f1e3abf9 authored by Łukasz Nowak's avatar Łukasz Nowak

- this part can update easily, as it is using IF NOT EXISTS


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32794 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e05c619a
......@@ -91,6 +91,7 @@ zodb-path = ${:instancehome}/var/Data.fs
recipe = plone.recipe.command
command =
echo "CREATE DATABASE IF NOT EXISTS ${zope-instance:mysql_database_name} DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci" | ${buildout:data-bin-directory}/mysql -u root
update-command = ${:command}
[bt5list]
recipe = erp5.recipe.genbt5list
......
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