dracidoupe / graveyard

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

Clean up invalid tavern notice boards #299

Open Almad opened 3 years ago

Almad commented 3 years ago
mysql> select count(*) from putyka_nastenky;
+----------+
| count(*) |
+----------+
|     1012 |
+----------+
1 row in set (0.00 sec)

mysql> select count(*) from putyka_stoly;
+----------+
| count(*) |
+----------+
|      518 |
+----------+
1 row in set (0.01 sec)

My bet is that notice boards were not removed properly on table deletion. Clean them up™ by writing appropriate data migration.