Complete batch import v2 runtime and host capability recovery

This commit is contained in:
phamnazage-jpg
2026-05-23 09:18:02 +08:00
parent e50c292c7f
commit cfa1eaa904
60 changed files with 3718 additions and 530 deletions

View File

@@ -139,6 +139,17 @@ func TestStoreAppliesLatestMigration(t *testing.T) {
}
}
for _, column := range []string{
"host_id",
"subscription_users_json",
"subscription_days",
"probe_api_key",
} {
if !tableColumnExists(t, store.SQLDB(), "import_runs", column) {
t.Fatalf("column %q missing from import_runs", column)
}
}
for _, column := range []string{
"api_key_fingerprint",
"canonical_model_families_json",