update sql fix

This commit is contained in:
Philip Häusler 2011-10-11 23:48:29 +02:00
parent 495b07e4ce
commit ca0ff25131
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
ALTER TABLE `User` ADD `ical_key` VARCHAR( 32 ) NOT NULL;
ALTER TABLE `User` ADD INDEX ( `ical_key` );
INSERT INTO `engelsystem`.`Privileges` (
INSERT INTO `Privileges` (
`id` ,
`name` ,
`desc`
)
VALUES (
NULL , 'ical', 'iCal Schicht Export'
NULL , 'ical', 'iCal shift export'
);