From 9373db8ae67a7159c57d64719fa739d44b991e76 Mon Sep 17 00:00:00 2001 From: Timo Knuth Date: Fri, 16 Jan 2026 17:17:45 +0100 Subject: [PATCH] Add missing migration for Lead table --- prisma/migrations/migration_lock.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 prisma/migrations/migration_lock.toml diff --git a/prisma/migrations/migration_lock.toml b/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..fbffa92 --- /dev/null +++ b/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# 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