Add initial Prisma migration

prisma migrate deploy requires migration files to exist — creates the
users, folders, and connections tables with all foreign key constraints.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
deadRabbit
2026-02-22 12:43:12 +01:00
parent 61fc29ea9d
commit 3e99d8a529
2 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "postgresql"