dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

Add mentat migrations (refs #178) #216

Closed Almad closed 3 years ago

Almad commented 3 years ago
(gvenv) almad@hyuga graveyard % heroku run python manage.py migrate -a dracidoupe
Running python manage.py migrate on ⬢ dracidoupe... up, run.2785 (Free)
System check identified some issues:

WARNINGS:
?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
    HINT: MySQL's Strict Mode fixes many data integrity problems in MySQL, such as data truncation upon insertion, by escalating warnings into errors. It is strongly recommended you activate it. See: https://docs.djangoproject.com/en/2.0/ref/databases/#mysql-sql-mode
Operations to perform:
  Apply all migrations: admin, auth, contenttypes, ddcz, sessions
Running migrations:
  Applying ddcz.0067_field_fix... OK
  Applying ddcz.0068_mentat_autofield... OK
(gvenv) almad@hyuga graveyard %