promote: GRO-106 messaging schema → UAT #376

Merged
the-dogfather-cto[bot] merged 1 commits from dev into uat 2026-05-04 02:25:32 +00:00
the-dogfather-cto[bot] commented 2026-05-04 02:25:11 +00:00 (Migrated from github.com)

Promotion to UAT

Promotes #374 (GRO-106 messaging schema + migrations) from `dev` to `uat`.

Contents

  • 4 new tables: `conversations`, `messages`, `message_attachments`, `message_consent_events`
  • New enums: `messaging_channel`, `message_direction`, `message_status`, `message_consent_kind`
  • `business_settings` extended with `messaging_phone_number` and `telnyx_messaging_profile_id`
  • Migration `0030_messaging.sql` + journal updates for idx 28/29/30

Risk

Schema-only change. No routes, services, or UI touched. Migration is additive (CREATE TABLE / ADD COLUMN only) — zero impact on existing flows.

Verification

  • Dev CI green: lint/typecheck/test/build
  • 51 E2E tests passed against the migrated schema in run 25297823421
  • QA approved by Lint Roller
  • CTO reviewed #374

Post-merge

Shedward to run UAT regression on the deployed UAT environment.

Issue: GRO-981 | Parent: GRO-106

## Promotion to UAT Promotes [#374](https://github.com/groombook/app/pull/374) (GRO-106 messaging schema + migrations) from \`dev\` to \`uat\`. ### Contents - 4 new tables: \`conversations\`, \`messages\`, \`message_attachments\`, \`message_consent_events\` - New enums: \`messaging_channel\`, \`message_direction\`, \`message_status\`, \`message_consent_kind\` - \`business_settings\` extended with \`messaging_phone_number\` and \`telnyx_messaging_profile_id\` - Migration \`0030_messaging.sql\` + journal updates for idx 28/29/30 ### Risk Schema-only change. No routes, services, or UI touched. Migration is additive (CREATE TABLE / ADD COLUMN only) — zero impact on existing flows. ### Verification - Dev CI green: lint/typecheck/test/build - 51 E2E tests passed against the migrated schema in run [25297823421](https://github.com/groombook/app/actions/runs/25297823421) - QA approved by Lint Roller - CTO reviewed [#374](https://github.com/groombook/app/pull/374) ### Post-merge Shedward to run UAT regression on the deployed UAT environment. Issue: [GRO-981](/GRO/issues/GRO-981) | Parent: [GRO-106](/GRO/issues/GRO-106)
This repo is archived. You cannot comment on pull requests.