add Messages table and availability dateOfEntry

This commit is contained in:
Dobromir Popov
2024-03-05 15:26:41 +02:00
parent a9d7df7262
commit e22d121f0f
5 changed files with 24 additions and 4 deletions

View File

@ -109,7 +109,7 @@ next start
export OPENAI_API_KEY=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 # personal
export OPENAI_API_KEY=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 # dev-bro
# -------------update PRISMA schema/sync database ------------------------ #
# ----------------------------------------------update PRISMA schema/sync database ----------------------------------------------- #
# prisma migrate dev --create-only
npx prisma generate
npx prisma migrate dev --name fix_nextauth_schema --create-only