dracidoupe / graveyard

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

Mentat cleanup #222

Closed Almad closed 3 years ago

Almad commented 3 years ago
almad@hyuga graveyard % heroku run python manage.py migrate -a dracidoupe       
Running python manage.py migrate on ⬢ dracidoupe... up, run.8999 (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.0069_mentat_fk.../app/.heroku/python/lib/python3.7/site-packages/django/db/backends/mysql/base.py:71: Warning: (1831, "Duplicate index 'mentat_newbie_mentat_id_df8b2ada' defined on the table 'dracidoupe_cz.mentat_newbie'. This is deprecated and will be disallowed in a future release.")
  return self.cursor.execute(query, args)
 OK
  Applying ddcz.0070_mentat_plural... OK
almad@hyuga graveyard %