Shumiland/migrations
Vadym Samoilenko 0925ab2052 fix(migration): make 20260518_115657 idempotent — recreate missing group_visits_page and birthday_page tables
Tables group_visits_page, birthday_page and their _v counterparts were missing from the DB
despite prior migrations being marked applied. The updated migration uses CREATE TABLE IF NOT EXISTS,
DO/EXCEPTION blocks for enum types and FK constraints, and ADD COLUMN IF NOT EXISTS to recover
the full schema before adding form_id relationship columns.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 12:03:36 +01:00
..
.gitkeep feat: complete backend B1-B7 — Payload CMS, ezy payments, leads, deploy 2026-05-09 19:14:54 +01:00
0001_new_collections.sql fix: EZY params nullish + DB migration for new collections 2026-05-10 23:08:15 +01:00
0002_delta.sql feat(deploy): SQL delta migration + NEXT_PUBLIC_SITE_URL build arg 2026-05-15 18:56:56 +01:00
0003_seed_dyvolis.sql feat(seed): DyvoLis location record — enables /lokatsii/dyvolis 2026-05-15 19:10:29 +01:00
20260515_153940.json feat(cms): unify SEO via plugin for all globals + fix migrate CLI 2026-05-15 16:43:36 +01:00
20260515_153940.ts feat(cms): unify SEO via plugin for all globals + fix migrate CLI 2026-05-15 16:43:36 +01:00
20260515_162527.json feat(migrations): delta migration — versions, redirects, new globals, locations fields 2026-05-15 17:32:31 +01:00
20260515_162527.ts feat(migrations): delta migration — versions, redirects, new globals, locations fields 2026-05-15 17:32:31 +01:00
20260518_104929.json chore(migrations): add form_builder tables 2026-05-18 11:55:38 +01:00
20260518_104929.ts chore(migrations): add form_builder tables 2026-05-18 11:55:38 +01:00
20260518_115657.json feat(cms): add form relationship field to GroupVisitsPage and BirthdayPage 2026-05-18 11:58:21 +01:00
20260518_115657.ts fix(migration): make 20260518_115657 idempotent — recreate missing group_visits_page and birthday_page tables 2026-05-18 12:03:36 +01:00
index.ts feat(cms): add form relationship field to GroupVisitsPage and BirthdayPage 2026-05-18 11:58:21 +01:00