diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-10-11 23:45:14 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-10-11 23:45:14 +0200 |
commit | 495b07e4ce1e108c60e52be3a4da508c61f3d2ce (patch) | |
tree | 56104af97acbf2dfbe49c8500517e634e6d35278 /db | |
parent | 86a72bd934c408ad558368a6b4c0fcb9cc8e7892 (diff) |
update sql fix
Diffstat (limited to 'db')
-rw-r--r-- | db/update.sql | 2 |
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` , |