remove video_url column from Video model
This commit is contained in:
parent
0f259be337
commit
d86068d2c9
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ model Video {
|
|||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
title String
|
||||
video_url String
|
||||
userId String
|
||||
sharing Boolean @default(false)
|
||||
delete_after_link_expires Boolean @default(false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue