update flash card, test

This commit is contained in:
2026-04-15 00:41:02 +07:00
parent 4bc39225ab
commit 088c555515
32 changed files with 1988 additions and 415 deletions

View File

@@ -0,0 +1,3 @@
-- Migration 005: Make test_id nullable on user_test_attempt
-- Practice sessions (part-based) don't belong to a specific test record.
ALTER TABLE user_test_attempt ALTER COLUMN test_id DROP NOT NULL;