From f04f8ed6cee91c656148b777b8d2e9ba3cb0f2a8 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 9 Dec 2025 21:39:20 -0800 Subject: [PATCH] chore(prisma): add missing migration_lock.toml files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added migration_lock.toml for planting-service, reward-service, referral-service, and authorization-service to ensure Prisma can properly track migration provider. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../prisma/migrations/migration_lock.toml | 3 +++ .../planting-service/prisma/migrations/migration_lock.toml | 3 +++ .../referral-service/prisma/migrations/migration_lock.toml | 3 +++ .../reward-service/prisma/migrations/migration_lock.toml | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 backend/services/authorization-service/prisma/migrations/migration_lock.toml create mode 100644 backend/services/planting-service/prisma/migrations/migration_lock.toml create mode 100644 backend/services/referral-service/prisma/migrations/migration_lock.toml create mode 100644 backend/services/reward-service/prisma/migrations/migration_lock.toml diff --git a/backend/services/authorization-service/prisma/migrations/migration_lock.toml b/backend/services/authorization-service/prisma/migrations/migration_lock.toml new file mode 100644 index 00000000..99e4f200 --- /dev/null +++ b/backend/services/authorization-service/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" diff --git a/backend/services/planting-service/prisma/migrations/migration_lock.toml b/backend/services/planting-service/prisma/migrations/migration_lock.toml new file mode 100644 index 00000000..99e4f200 --- /dev/null +++ b/backend/services/planting-service/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" diff --git a/backend/services/referral-service/prisma/migrations/migration_lock.toml b/backend/services/referral-service/prisma/migrations/migration_lock.toml new file mode 100644 index 00000000..99e4f200 --- /dev/null +++ b/backend/services/referral-service/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" diff --git a/backend/services/reward-service/prisma/migrations/migration_lock.toml b/backend/services/reward-service/prisma/migrations/migration_lock.toml new file mode 100644 index 00000000..99e4f200 --- /dev/null +++ b/backend/services/reward-service/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"