From f007ca09996e88ad2025be6976e82e86c6de094a Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Wed, 12 Aug 2026 23:18:51 +0530 Subject: [PATCH] fix(db): re-enable wallet_full migration (tracecoin_holds/buckets) 20260627030000_wallet_full.up.sql was disabled in 0163349 as part of a bulk cleanup of migrations referencing the dropped professionals table, but this one doesn't touch that table at all - it only references tracecoin_wallets, tracecoin_ledger and users, all of which already exist in prod. It was swept up by mistake. Without it, tracecoin_holds/tracecoin_buckets never got created, so the new GET /wallet/me/holds route (crates/contracts/src/profession_shared.rs) 500s with 'relation "tracecoin_holds" does not exist'. Co-Authored-By: Claude Sonnet 5 --- ..._wallet_full.up.sql.skip => 20260627030000_wallet_full.up.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename crates/db/migrations/{20260627030000_wallet_full.up.sql.skip => 20260627030000_wallet_full.up.sql} (100%) diff --git a/crates/db/migrations/20260627030000_wallet_full.up.sql.skip b/crates/db/migrations/20260627030000_wallet_full.up.sql similarity index 100% rename from crates/db/migrations/20260627030000_wallet_full.up.sql.skip rename to crates/db/migrations/20260627030000_wallet_full.up.sql