summaryrefslogtreecommitdiff
path: root/DB/update_20100112_2300.sql
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-02-02 22:36:51 +0100
committerAngelo Cuccato <cuccato@web.de>2010-02-02 22:36:51 +0100
commit2e6deee575197fca7bb651b5dc617e9dbbc17b5a (patch)
tree99f81d89fa6035ec5e18ff04c5a115ee1efd20c3 /DB/update_20100112_2300.sql
parent2532a68fdd5a54f869c5498d708b00e0e3f5ed2d (diff)
update database
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');