Add vegetarian dinner option
Change-Id: Ibcda53e07467957f12ccbaf5bc8dc02b9944365f
diff --git a/create_user_table.sql b/create_user_table.sql
index 5e1f9b3..daa42d6 100644
--- a/create_user_table.sql
+++ b/create_user_table.sql
@@ -24,6 +24,7 @@
lunch_day_1 varchar(16) not null default '',
lunch_day_2 varchar(16) not null default '',
lunch_day_3 varchar(16) not null default '',
+ vegetarian_dinner boolean,
total_due decimal(10,2) not null default 0.00,
registered_at timestamp default '0000-00-00 00:00:00',
updated_at timestamp default now() on update now(),