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