000391f7fc9028d36f025ef014f894a3328e7d71
All checks were successful
Deploy / deploy (push) Successful in 36s
On a fresh DB, migrations ran before the schema was applied and tried to operate on tables that didn't exist yet (routes, scans), causing: "no such table: routes" on _migrate_add_routes_unique_index "no such table: scans" on _migrate_add_scheduled_scan_id_to_scans Added table-existence checks so both migrations bail out when the table isn't there yet. The schema's CREATE TABLE IF NOT EXISTS handles fresh installs correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The file is empty.
Description
Languages
Python
65.8%
TypeScript
33.3%
CSS
0.6%
JavaScript
0.2%
HTML
0.1%