This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/packages
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
..