This commit is contained in:
Dmitry 2026-01-08 21:45:46 +03:00
parent bdf14981c9
commit 83ffb1a079
3 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,6 @@ generator client {
datasource db { datasource db {
provider = "postgresql" provider = "postgresql"
url = env("DATABASE_URL")
} }
model User { model User {

View file

@ -75,3 +75,4 @@ export default PlayersModal

View file

@ -455,3 +455,4 @@ export default QuestionsModal