Skip to content
2023.12.13.withdrawal2-mae1

Security release, please update ASAP if you're running this image.

Since quiz.patch has been removed, you need to manually revert it's changes by running this SQL query:

```sql
BEGIN;
DELETE FROM "migrations" WHERE NAME = 'PollCorrectAnswer1719675030140';
ALTER TABLE "poll" DROP COLUMN "correct";
ALTER TABLE "poll" DROP COLUMN "hasCorrectAnswer";
COMMIT;
```