summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/update.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/update.sql b/db/update.sql
index 43f7afc0..918f2005 100644
--- a/db/update.sql
+++ b/db/update.sql
@@ -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'
); \ No newline at end of file