Add status_kind

This commit is contained in:
Arpad Müller
2025-01-18 02:18:06 +01:00
parent 1ffe95c837
commit ebe9ba0cdf
2 changed files with 3 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ diesel::table! {
sk_set -> Array<Nullable<Int8>>,
new_sk_set -> Array<Nullable<Int8>>,
cplane_notified_generation -> Int4,
status_kind -> Varchar,
status -> Varchar,
}
}