Added question blocking

This commit is contained in:
2025-06-15 15:29:17 +02:00
parent bbe43cef95
commit 6e5c41431a
7 changed files with 24 additions and 17 deletions
@@ -0,0 +1,2 @@
alter table if exists quizz add column public_question_count integer default NULL;
alter table if exists quizz drop column is_public;