Add the ability to rate insights to curate training data
This commit is contained in:
@@ -151,6 +151,8 @@ diesel::table! {
|
||||
generated_at -> BigInt,
|
||||
model_version -> Text,
|
||||
is_current -> Bool,
|
||||
training_messages -> Nullable<Text>,
|
||||
approved -> Nullable<Bool>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user