Files
youtube-studio-flow/backend/prisma/migrations/20260525000000_make_youtube_handle_optional/migration.sql
T

3 lines
161 B
SQL

-- Make youtubeHandle optional on Collaborator, consistent with all other platform fields
ALTER TABLE "Collaborator" ALTER COLUMN "youtubeHandle" DROP NOT NULL;