summaryrefslogtreecommitdiff
path: root/DB/update_20100112_2300.sql
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-01-19 23:48:43 +0100
committerAngelo Cuccato <cuccato@web.de>2010-01-19 23:48:43 +0100
commit6cfc2d6da0213aca24b1c97647c7bd5009971d4d (patch)
tree3439cad390d1d70c7100ea5a544d8d139efba190 /DB/update_20100112_2300.sql
parent93e0fc9705ec2fa8210748be1a56028c0d7c4379 (diff)
split user setting in different files
Diffstat (limited to 'DB/update_20100112_2300.sql')
-rw-r--r--DB/update_20100112_2300.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/DB/update_20100112_2300.sql b/DB/update_20100112_2300.sql
index ab944226..a7c2f5f5 100644
--- a/DB/update_20100112_2300.sql
+++ b/DB/update_20100112_2300.sql
@@ -1,2 +1,5 @@
ALTER TABLE `UserCVS` ADD `GroupID` INT NULL AFTER `UID` ;
+ALTER TABLE `UserCVS` ADD `admin\group.php` CHAR( 1 ) NOT NULL DEFAULT 'N' AFTER `admin/userDefaultSetting.php` ;
+INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/group.php', 'DE', 'Benutzer Gruppen');
+INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/group.php', 'EN', 'User Group');