fix: add notNull constraints to playability fields

This commit is contained in:
2026-04-30 19:04:02 +08:00
parent d21e83897f
commit 33b0198506
6 changed files with 1848 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ NIXPACKS_NODE_VERSION=22
# DATABASE
# -----------------------------------------------------------------------------
# PostgreSQL connection string
DATABASE_URL="postgresql://user:password@localhost:5432/grounds"
DATABASE_URL="postgresql://user:password@localhost:5432/db"
# -----------------------------------------------------------------------------
# APPLICATION URLS