Added new complete flag for quizz

This commit is contained in:
2025-06-13 13:33:41 +02:00
parent c6fa363cd9
commit 225b5df774
7 changed files with 35 additions and 9 deletions
@@ -0,0 +1 @@
alter table quizz add column "is_complete" BOOLEAN NOT NULL DEFAULT FALSE;