summaryrefslogtreecommitdiff
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 71abe49..c258603 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -2,12 +2,6 @@ table! {
masses (id) {
id -> Nullable<Integer>,
name -> Varchar,
- pos_x -> Double,
- pos_y -> Double,
- pos_z -> Double,
- vel_x -> Double,
- vel_y -> Double,
- vel_z -> Double,
- type_data -> Jsonb,
+ mass -> Varchar,
}
}