update flash card, test
This commit is contained in:
3
supabase/migrations/005_nullable_test_id.sql
Normal file
3
supabase/migrations/005_nullable_test_id.sql
Normal 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;
|
||||
Reference in New Issue
Block a user