Commit ed5eff6
Fix test DB: explicitly import models before create_all
Ensures all SQLAlchemy models are registered with Base.metadata
before the test DB engine creates tables, preventing
"no such table: processing_jobs" errors in CI.
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent 7a37472 commit ed5eff6
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments