From 3ad0b428ae702d7d3f880c90a7f6d89805fcd2f7 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 13 Dec 2016 15:42:05 +0800 Subject: [PATCH] fixed user --- circle.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 62aceeb9..8faa627d 100644 --- a/circle.yml +++ b/circle.yml @@ -11,10 +11,10 @@ database: - mysql -u root -e "CREATE DATABASE xorm_test1 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci" - mysql -u root -e "CREATE DATABASE xorm_test2 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci" - mysql -u root -e "CREATE DATABASE xorm_test3 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci" - - createdb -p 5432 -e -U ubuntu xorm_test - - createdb -p 5432 -e -U ubuntu xorm_test1 - - createdb -p 5432 -e -U ubuntu xorm_test2 - - createdb -p 5432 -e -U ubuntu xorm_test3 + - createdb -p 5432 -e -U postgres xorm_test + - createdb -p 5432 -e -U postgres xorm_test1 + - createdb -p 5432 -e -U postgres xorm_test2 + - createdb -p 5432 -e -U postgres xorm_test3 test: override: