[BREAKING] Rename FAQEntry model to faqEntry in prisma/schema.prisma
All checks were successful
/ prettier (push) Successful in 1m27s
All checks were successful
/ prettier (push) Successful in 1m27s
This commit is contained in:
parent
baab2c00ab
commit
cebc6e2f6c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ datasource db {
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
}
|
}
|
||||||
|
|
||||||
model FAQEntry {
|
model faqEntry {
|
||||||
id Int @id @default(autoincrement())
|
id Int @id @default(autoincrement())
|
||||||
question String @unique
|
question String @unique
|
||||||
answer String
|
answer String
|
||||||
|
|
Loading…
Reference in a new issue