summaryrefslogtreecommitdiff
path: root/db/update.sql
blob: 918f2005e33ce234f1ebc44051cd0d265833c0d0 (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 `Privileges` (
`id` ,
`name` ,
`desc`
)
VALUES (
NULL , 'ical', 'iCal shift export'
);