step 3: Make UUID columns NOT NULL
- Add migration 000008: Add NOT NULL constraints to UUID columns - This completes the dual-write phase Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Migration: Make UUID columns NOT NULL
|
||||
|
||||
-- Make UUID required on soundtrack
|
||||
ALTER TABLE soundtrack ALTER COLUMN uuid SET NOT NULL;
|
||||
|
||||
-- Make UUID required on song
|
||||
ALTER TABLE song ALTER COLUMN uuid SET NOT NULL;
|
||||
Reference in New Issue
Block a user