dracidoupe / graveyard

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

User list with mentat migrations #206

Closed Almad closed 3 years ago

Almad commented 3 years ago

Works locally, but tests say "well, fuck" :S

django.db.utils.ProgrammingError: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NULL' at line 1")
Almad commented 3 years ago
almad@hyuga /tmp % heroku run python manage.py migrate -a dracidoupe      
Running python manage.py migrate on ⬢ dracidoupe... up, run.9642 (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.0060_inzerce... OK
  Applying ddcz.0061_market... OK
  Applying ddcz.0062_mentat... OK
  Applying ddcz.0063_mentatnewbie_django_id... OK
  Applying ddcz.0064_prefill_ids...^[[C OK
  Applying ddcz.0065_mentat_drop_auto... OK
  Applying ddcz.0066_mentat_fix_autoincrement... OK
almad@hyuga /tmp %