summaryrefslogtreecommitdiff
path: root/schist_core/schist_models/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'schist_core/schist_models/src/schema.rs')
-rw-r--r--schist_core/schist_models/src/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/schist_core/schist_models/src/schema.rs b/schist_core/schist_models/src/schema.rs
index 1dd1391..40af56f 100644
--- a/schist_core/schist_models/src/schema.rs
+++ b/schist_core/schist_models/src/schema.rs
@@ -38,6 +38,7 @@ diesel::table! {
budget_period -> Integer,
budget_period_unit -> Text,
budget_quantity -> Integer,
+ group -> Text,
}
}