summaryrefslogtreecommitdiff
path: root/jakob/dynamic/schema-rsvp.sql
diff options
context:
space:
mode:
Diffstat (limited to 'jakob/dynamic/schema-rsvp.sql')
-rw-r--r--jakob/dynamic/schema-rsvp.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/jakob/dynamic/schema-rsvp.sql b/jakob/dynamic/schema-rsvp.sql
index 3e6a21f..b56f9b5 100644
--- a/jakob/dynamic/schema-rsvp.sql
+++ b/jakob/dynamic/schema-rsvp.sql
@@ -4,6 +4,7 @@ CREATE TABLE IF NOT EXISTS events (
description varchar(16384) NOT NULL,
datetime timestamp with time zone NOT NULL,
location varchar(128) NOT NULL,
+ endtime timestamp with time zone NOT NULL,
PRIMARY KEY (id)
);