Keep SQLite import table order aligned with schema.sql.
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:
parent
cc43fc6409
commit
3f7c0d71a5
|
|
@ -64,8 +64,8 @@ TABLES = [
|
||||||
"writing_profile_evidence",
|
"writing_profile_evidence",
|
||||||
"writing_profile_reviews",
|
"writing_profile_reviews",
|
||||||
"writing_profile_versions",
|
"writing_profile_versions",
|
||||||
"provider_settings",
|
|
||||||
"llm_profiles",
|
"llm_profiles",
|
||||||
|
"provider_settings",
|
||||||
"journal_generation_selection",
|
"journal_generation_selection",
|
||||||
"generation_guidelines",
|
"generation_guidelines",
|
||||||
"app_settings",
|
"app_settings",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user