Skip to content

feat(db): add group management migrations (009–012) - #57

Merged
MohamedRamadanSaudi merged 1 commit into
feat/add-groupsfrom
feat/implement-phase-1-in-groups
Mar 7, 2026
Merged

feat(db): add group management migrations (009–012)#57
MohamedRamadanSaudi merged 1 commit into
feat/add-groupsfrom
feat/implement-phase-1-in-groups

Conversation

@MohamedRamadanSaudi

@MohamedRamadanSaudi MohamedRamadanSaudi commented Mar 7, 2026

Copy link
Copy Markdown
Owner
  • 009: create groups table with owner_id and optional meeting_id FK
  • 010: create group_members table with unique (group_id, user_id) constraint and role support
  • 011: create group_invitations table with token-based invite flow and expiry
  • 012: add nullable group_id FK to summarizer_sessions for group-scoped summaries

Closes #22, #23, #24, #25

- 009: create `groups` table with owner_id and optional meeting_id FK
- 010: create `group_members` table with unique (group_id, user_id) constraint and role support
- 011: create `group_invitations` table with token-based invite flow and expiry
- 012: add nullable `group_id` FK to `summarizer_sessions` for group-scoped summaries
@MohamedRamadanSaudi MohamedRamadanSaudi self-assigned this Mar 7, 2026
@MohamedRamadanSaudi MohamedRamadanSaudi added phase:1-db Database migrations backend Backend work database Database schema labels Mar 7, 2026
@vercel

vercel Bot commented Mar 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mini-meeting Ready Ready Preview, Comment Mar 7, 2026 0:04am

@MohamedRamadanSaudi
MohamedRamadanSaudi merged commit 0b3403f into feat/add-groups Mar 7, 2026
3 checks passed
@MohamedRamadanSaudi
MohamedRamadanSaudi deleted the feat/implement-phase-1-in-groups branch March 7, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend Backend work database Database schema phase:1-db Database migrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant