This commit is contained in:
Lunny Xiao 2018-04-08 23:24:46 +08:00
parent 062799c9a5
commit 707e65ee77
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ database:
- createdb -p 5432 -e -U postgres xorm_test1
- createdb -p 5432 -e -U postgres xorm_test2
- createdb -p 5432 -e -U postgres xorm_test3
- psql xorm_test lunny -c "create schema xorm"
- psql xorm_test postgres -c "create schema xorm"
test:
override: