dracidoupe / graveyard

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

Show new comments in Tavern listing & more list styles (refs #210) #238

Closed Almad closed 3 years ago

Almad commented 3 years ago

"Look ma, no new queries!"

image
Almad commented 3 years ago

@jimmeak plz still review, but I want to do the migrations & work on top

Almad commented 3 years ago

Migration only took a half hour:

2021-05-05T11:31:44.409249+00:00 app[release.4824]: System check identified some issues:
2021-05-05T11:31:44.409261+00:00 app[release.4824]: 
2021-05-05T11:31:44.409262+00:00 app[release.4824]: WARNINGS:
2021-05-05T11:31:44.409262+00:00 app[release.4824]: ?: (mysql.W002) MySQL Strict Mode is not set for database connection 'default'
2021-05-05T11:31:44.409267+00:00 app[release.4824]: 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
2021-05-05T11:31:44.641254+00:00 app[release.4824]: Operations to perform:
2021-05-05T11:31:44.641255+00:00 app[release.4824]: Apply all migrations: admin, auth, contenttypes, ddcz, sessions
2021-05-05T11:31:44.839054+00:00 app[release.4824]: Running migrations:

2021-05-05T12:04:29.869380+00:00 app[release.4824]: Applying ddcz.0078_taverntablevisitor_django_id... OK
2021-05-05T12:04:31.064169+00:00 app[release.4824]: Applying ddcz.0079_tavernvisitor_fk... OK
2021-05-05T12:04:36.979582+00:00 heroku[release.4824]: Process exited with status 0
2021-05-05T12:04:37.080258+00:00 heroku[release.4824]: State changed from up to complete