From 1b0b2eab7321956bc2f1155ea351e6e2d046f54c Mon Sep 17 00:00:00 2001 From: Simone Cavalli Date: Sat, 30 May 2026 15:32:58 +0200 Subject: [PATCH] chore(05-01): push Phase 4+5 schema migration to production DB via SSH - Created projects (5 rows from clients), settings tables - Added project_id to phases (9), payments (10), documents (1), quote_items (3) via client_id pivot - Added slug to clients - Created offer_macros, offer_micros, offer_services, offer_micro_services, project_offers - Migration applied via direct SQL on clienthub-db container (drizzle-kit TTY limitation bypassed) - Zero rows deleted; all existing data preserved