aboutsummaryrefslogtreecommitdiff
path: root/backend/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/schema.rs')
-rw-r--r--backend/src/schema.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/src/schema.rs b/backend/src/schema.rs
index 1419bc0..5cd3a73 100644
--- a/backend/src/schema.rs
+++ b/backend/src/schema.rs
@@ -24,6 +24,8 @@ table! {
24 kind -> Nullable<Varchar>, 24 kind -> Nullable<Varchar>,
25 price -> Float, 25 price -> Float,
26 description -> Nullable<Varchar>, 26 description -> Nullable<Varchar>,
27 src -> Nullable<Text>,
28 ios_src -> Nullable<Text>,
27 } 29 }
28} 30}
29 31