feat: add 'video' as a new value to content_type enum
- Updated backend migrations to include 'video' in the `content_type` enum. - Synced migration metadata files to reflect the schema changes.
This commit is contained in:
1
backend/.migrations/0007_melodic_synch.sql
Normal file
1
backend/.migrations/0007_melodic_synch.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TYPE "public"."content_type" ADD VALUE 'video';
|
||||
Reference in New Issue
Block a user