mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Syntax fix
This commit is contained in:
parent
dc51fc66e8
commit
4001da059c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ before_script:
|
|||
- cp .travis/${TESTING_DB}_settings.py testing_mygame/server/conf/settings.py
|
||||
- cd testing_mygame
|
||||
- evennia migrate
|
||||
- mysql -u root -e "ALTER TABLE `accounts_accountdb` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
|
||||
- mysql -u root -e "ALTER TABLE accounts_accountdb CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" evennia
|
||||
- evennia collectstatic --noinput
|
||||
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue