Baseline Prisma Migrate against the existing conversion_jobs table

Marks 0_init as applied via prisma migrate resolve so Prisma's
migration history is in sync with the pre-existing conversion_jobs
table, without running any SQL against the table itself.
This commit is contained in:
2026-07-31 01:22:43 +02:00
parent 852f7bc8bc
commit 439453be38
3 changed files with 44 additions and 0 deletions
+3
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 = "mysql"