summaryrefslogtreecommitdiff
path: root/DB/update_20100112_2300.sql
diff options
context:
space:
mode:
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');