From b00697bc375233ca34d6e4058970236e7061fd4e Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Fri, 23 Jan 2026 09:28:31 +0100 Subject: [PATCH] Add migration for new ContentType enum values (APP, COUPON, FEEDBACK, PDF) --- prisma/migrations/migration_lock.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml index 6bf9015..fbffa92 100644 --- a/prisma/migrations/migration_lock.toml +++ b/prisma/migrations/migration_lock.toml @@ -1,3 +1,3 @@ -# Please do not edit this file manually -# It should be added in your version-control system (i.e. Git) +# Please do not edit this file manually +# It should be added in your version-control system (i.e. Git) provider = "postgresql" \ No newline at end of file