homestar-runtime 0.3.0

Homestar runtime implementation
Documentation
1
2
3
4
5
6
7
8
9
@@ -25,7 +25,7 @@ diesel::table! {
         cid -> Text,
         name -> Nullable<Text>,
         num_tasks -> Integer,
         resources -> Binary,
         created_at -> Timestamp,
         completed_at -> Nullable<Timestamp>,
+        status -> crate::workflow::StatusMapping,
-        status -> Text,