Chore: update faker to replace deprecated methods, add canadianCities for location data

This commit is contained in:
Aaron William Po
2023-06-02 23:11:30 -04:00
parent b97228cfa1
commit e3da430425
15 changed files with 10469 additions and 46 deletions

View File

@@ -106,6 +106,8 @@ model Location {
postedBy User @relation(fields: [postedById], references: [id], onDelete: Cascade)
postedById String
BreweryPost BreweryPost?
createdAt DateTime @default(now()) @db.Timestamptz(3)
updatedAt DateTime? @updatedAt @db.Timestamptz(3)
}
model BreweryPost {