summaryrefslogtreecommitdiff
path: root/db/update.sql
blob: dc254a0286c28e55cc6d48307ed1f87b39a40c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Update für #27, iCal-Export */
ALTER TABLE `User` ADD `ical_key` VARCHAR( 32 ) NOT NULL;
ALTER TABLE `User` ADD INDEX ( `ical_key` ) 

INSERT INTO `engelsystem`.`Privileges` (
`id` ,
`name` ,
`desc`
)
VALUES (
NULL , 'ical', 'iCal Schicht Export'
);