This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
events/.gitea/workflows
giles b2aa657d70
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m12s
CI: skip copying own models to avoid duplicate SQLAlchemy table defs
Each app has its own models/ at the root (imported as bare `models.X`).
The CI copy was also creating {app}/models/ (imported as `{app}.models.X`),
causing SQLAlchemy to see the same table defined twice.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 16:15:08 +00:00
..