aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 88e1e00..8931558 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -18,9 +18,8 @@ table! {
id -> Int4,
film_id -> Int4,
room_id -> Int4,
- date -> Date,
- start_time -> Time,
- end_time -> Time,
+ start_time -> Timestamptz,
+ end_time -> Timestamptz,
}
}