summaryrefslogtreecommitdiff
path: root/db/update.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/update.sql')
-rw-r--r--db/update.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/update.sql b/db/update.sql
index 2e03c3d9..e57220fb 100644
--- a/db/update.sql
+++ b/db/update.sql
@@ -1,3 +1,5 @@
+/* Enable multiple vouchers */
+ALTER TABLE `User` CHANGE `got_voucher` `got_voucher` INT NOT NULL;
/* introduce user arrival date */
ALTER TABLE `User` ADD `arrival_date` INT NULL ,