feat: Add prisma migrations and config

This commit is contained in:
AyrisAI
2026-04-02 04:26:32 +03:00
parent aba1ae39b2
commit a89f9f1720
6 changed files with 325 additions and 13 deletions

View File

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