summaryrefslogtreecommitdiff
path: root/DB
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-17 20:51:08 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-12-17 20:51:08 +0000
commitd19b9a9c851887d49a3352c42c43b7a04010a580 (patch)
tree35df50e8fd489ca0eb205412b0be966dc967d113 /DB
parent29d83f0af0567bcb17da4ce9fe44b32f19405f68 (diff)
freigabe der Pictures
git-svn-id: svn://svn.cccv.de/engel-system@212 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'DB')
-rw-r--r--DB/change_db_to_v212.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/DB/change_db_to_v212.sql b/DB/change_db_to_v212.sql
new file mode 100644
index 00000000..9ac2fe97
--- /dev/null
+++ b/DB/change_db_to_v212.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `UserCVS` ADD `admin/UserPicture.php` VARCHAR( 1 ) DEFAULT 'N' NOT NULL AFTER `admin/userDefaultSetting.php`;
+INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/UserPicture.php', 'DE', 'Engel Bilder');
+INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('admin/UserPicture.php', 'EN', 'Angel pictures');