summaryrefslogtreecommitdiff
path: root/db/update.sql
blob: 43f7afc0378191470f131a62f7d2cad6350733b6 (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'
);