What: 51 Django migration files (api + authorization apps) were excluded by .gitignore and never committed, despite being generated and applied over time.
Why it matters: any fresh database setup (new environment, disaster recovery) would silently stop at a near-empty schema.
Fix: PR #167/#168 — recovered and committed all files, removed the ignore rule.
What: 51 Django migration files (
api+authorizationapps) were excluded by.gitignoreand never committed, despite being generated and applied over time.Why it matters: any fresh database setup (new environment, disaster recovery) would silently stop at a near-empty schema.
Fix: PR #167/#168 — recovered and committed all files, removed the ignore rule.