Commit Graph

2 Commits

Author SHA1 Message Date
groombook-ci[bot] 45ea9bfd3a fix(migration): strip duplicate DDL from 0019, keep only is_super_user column
Migration 0019 was generated from a full schema snapshot and re-created all
objects already added in migrations 0012–0018, causing E2E CI to fail on
fresh DB initialization. The only net-new statement is the is_super_user
column addition, so the migration file is reduced to that single statement.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-29 03:16:24 +00:00
groombook-engineer[bot] 3a31ad71c2 feat(schema): add is_super_user to staff table (GRO-201)
Add boolean is_super_user column (default false) to staff table.
Update Staff interface in shared types.
Mark first manager as super user in both seed modes.
Update test fixtures to include isSuperUser field.

Co-authored-by: groombook-ci[bot] <ci@groombook.bot>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-28 20:39:46 +00:00