update sql fix
This commit is contained in:
parent
495b07e4ce
commit
ca0ff25131
|
@ -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'
|
||||
);
|
Loading…
Reference in New Issue