Keep SQLite import table order aligned with schema.sql.
All checks were successful
Deploy Development / deploy (push) Successful in 46s
Test Suite / pytest-backend (push) Successful in 2m46s
Test Suite / smoke-dev (push) Successful in 0s
Test Suite / frontend-build (push) Successful in 15s

llm_profiles is created before provider_settings; the copy list must match or CI fails.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Lars 2026-09-09 08:48:37 +02:00
parent cc43fc6409
commit 3f7c0d71a5

View File

@ -64,8 +64,8 @@ TABLES = [
"writing_profile_evidence",
"writing_profile_reviews",
"writing_profile_versions",
"provider_settings",
"llm_profiles",
"provider_settings",
"journal_generation_selection",
"generation_guidelines",
"app_settings",