summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/update.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/update.sql b/db/update.sql
index dc254a02..43f7afc0 100644
--- a/db/update.sql
+++ b/db/update.sql
@@ -1,6 +1,6 @@
/* Update für #27, iCal-Export */
ALTER TABLE `User` ADD `ical_key` VARCHAR( 32 ) NOT NULL;
-ALTER TABLE `User` ADD INDEX ( `ical_key` )
+ALTER TABLE `User` ADD INDEX ( `ical_key` );
INSERT INTO `engelsystem`.`Privileges` (
`id` ,