Operations
Database setup and seed data
Prepare Microsoft SQL Server and apply Terlido migrations.
Prepare Microsoft SQL Server and apply Terlido migrations.
How to use it
Create the SQL Server database, set DATABASE_URL, generate Prisma, run migrations, then use the seed only for the intended environment.
Important behavior
Migrations include hand-written SQL Server details. Production uses prisma migrate deploy through the deployment workflow.