mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated db schema
This commit is contained in:
parent
aebee71e18
commit
1fabd19a53
@ -13,11 +13,10 @@ datasource db {
|
||||
schemas = ["public", "auth"]
|
||||
}
|
||||
|
||||
model View {
|
||||
model Views {
|
||||
slug String @id
|
||||
count BigInt @default(1)
|
||||
@@schema("public")
|
||||
@@map("Views")
|
||||
}
|
||||
|
||||
model Account {
|
||||
|
Loading…
Reference in New Issue
Block a user