]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-722: Configured MySQL database creation script to configure the 'nuxeo' and...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 11 Jan 2010 21:04:36 +0000 (21:04 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 11 Jan 2010 21:04:36 +0000 (21:04 +0000)
src/main/resources/db/mysql/init_db.sql

index 2b3fd6a8cb071eb8942f99fcbceec4e0998c2c68..3e58963efb1b71f44bb02c69af0f7bf3e80b9149 100644 (file)
@@ -20,13 +20,13 @@ CREATE database jbossdb;
 -- recreate cspace database\r
 --\r
 DROP database IF EXISTS cspace;\r
-CREATE database cspace;\r
+CREATE database cspace DEFAULT CHARACTER SET utf8;\r
 \r
 --\r
 -- recreate nuxeo database\r
 --\r
 DROP database IF EXISTS nuxeo;\r
-CREATE database nuxeo;\r
+CREATE database nuxeo DEFAULT CHARACTER SET utf8;\r
 \r
 \r
 --\r