Files
clienthub/src/db/migrations/meta/_journal.json
T
simone 89d15eeb54 feat(12-01): add migration 0008 for offer tier schema + idempotent push script
- Hand-write 0008_offer_tier_schema.sql: additive ALTER TABLE ADD COLUMN IF NOT EXISTS for offer_macros/offer_micros, guarded DO-block CHECK constraint on tier_letter, CREATE TABLE IF NOT EXISTS offer_tier_services + index
- Append journal entry for 0008_offer_tier_schema following the 0006 entry shape
- Add scripts/push-12-offer-tier-schema.ts: idempotent push script with PRODUCTION DEPLOY NOTE — BLOCKING step for Plan 02 (SSH+docker exec) before Wave 3 query layer
2026-06-14 21:19:10 +02:00

34 lines
646 B
JSON

{
"version": "7",
"dialect": "postgresql",
"entries": [
{
"idx": 0,
"version": "7",
"when": 1778705200462,
"tag": "0000_pretty_typhoid_mary",
"breakpoints": true
},
{
"idx": 1,
"version": "7",
"when": 1781151516000,
"tag": "0001_add_services_table",
"breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1781442000000,
"tag": "0006_add_tags_table",
"breakpoints": true
},
{
"idx": 8,
"version": "7",
"when": 1781700000000,
"tag": "0008_offer_tier_schema",
"breakpoints": true
}
]
}