Complete batch import v2 runtime and host capability recovery
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user