summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-10-11 23:48:29 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-10-11 23:48:29 +0200
commitca0ff251315c6c774cf59b22173b5c041be9ffaa (patch)
tree31b747ad9e2086f5eca5b6c85c4a480b68d17c58 /db
parent495b07e4ce1e108c60e52be3a4da508c61f3d2ce (diff)
update sql fix
Diffstat (limited to 'db')
-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