summaryrefslogtreecommitdiff
path: root/dynamic/schema-rsvp.sql
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-04-12 20:37:34 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-05-08 19:10:20 -0400
commita953c794916138182d81e13d7ad5e78805fc5c39 (patch)
tree2bb523254424a10995d47503938257aba1c9f916 /dynamic/schema-rsvp.sql
parent03406af6d71b1fa317165d14b8a5db4da26e3601 (diff)
[scheme] Refactor RSVP system
Diffstat (limited to 'dynamic/schema-rsvp.sql')
-rw-r--r--dynamic/schema-rsvp.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic/schema-rsvp.sql b/dynamic/schema-rsvp.sql
index 42c8c41..3e6a21f 100644
--- a/dynamic/schema-rsvp.sql
+++ b/dynamic/schema-rsvp.sql
@@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS invitations (
CREATE TABLE IF NOT EXISTS rsvps (
id SERIAL,
vanity char(12) NOT NULL,
+ invitation_id char(12) NOT NULL,
event_id bigint NOT NULL,
fullname varchar(128) NOT NULL,
email varchar(256) NOT NULL,