Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat authored Jun 1, 2024
1 parent 0c251d2 commit 4c0d31c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ model VideoMetadata {
duration Int?
migration_status MigrationStatus @default(NOT_MIGRATED)
migration_pickup_time DateTime?
migrated_video_1080p_mp4_1 String?
migrated_video_360p_mp4_1 String?
migrated_video_720p_mp4_1 String?
@@unique([contentId])
}
Expand Down

0 comments on commit 4c0d31c

Please sign in to comment.