Skip to content

Commit

Permalink
add VideoTitle id default
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Dec 19, 2023
1 parent d725ece commit 58d4bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions migrations/20231219184638_video_title_id/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- This is an empty migration.
2 changes: 1 addition & 1 deletion schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ enum VideoEventType {
}

model VideoTitle {
id String @id
id String @id @default(cuid())
title String
locale String @default("ja-JP")
Expand Down

0 comments on commit 58d4bd9

Please sign in to comment.