Skip to content

Commit

Permalink
Change screenshotUrl to screenshotPath
Browse files Browse the repository at this point in the history
  • Loading branch information
gramliu committed Nov 29, 2023
1 parent f938172 commit dc2f1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/database/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ model Page {
name String
standaloneCode String?
screenshotUrl String?
screenshotPath String?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
Expand Down

0 comments on commit dc2f1e8

Please sign in to comment.