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.sql5
1 files changed, 0 insertions, 5 deletions
diff --git a/DB/update_20100112_2300.sql b/DB/update_20100112_2300.sql
deleted file mode 100644
index a7c2f5f5..00000000
--- a/DB/update_20100112_2300.sql
+++ /dev/null
@@ -1,5 +0,0 @@
-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');