mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Check individual columns of accounts
This commit is contained in:
parent
9e6da7a0d1
commit
54e3371e3f
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ before_script:
|
|||
- evennia migrate
|
||||
- evennia collectstatic --noinput
|
||||
- mysql -u root -e "SHOW TABLE STATUS;" evennia
|
||||
- mysql -u root -e "SHOW FULL COLUMNS FROM accounts_accountdb;" evennia
|
||||
- mysql -u root -e "SHOW FULL COLUMNS FROM accounts_accountdb_user_permissions;" evennia
|
||||
|
||||
script:
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue