Skip to content

Commit

Permalink
fix(neighbourhood): patched prisma migration
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalcheong committed Feb 25, 2023
1 parent 00bb47d commit 78d3059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,8 @@ enum PropertyType {
RENT
SALE
}

model Neighbourhood {
name String @unique
assetUrl String
}

0 comments on commit 78d3059

Please sign in to comment.