remove video_url column from Video model

This commit is contained in:
MarconLP 2023-04-14 17:44:35 +02:00
parent 0f259be337
commit d86068d2c9
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -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)