]> git.mxchange.org Git - friendica.git/blobdiff - update.php
german translation of settings_nick_unset.tpl
[friendica.git] / update.php
index 7aacffb40be21942c8a1209168083923280b4f4e..0bd58d6d48251f080607c3f1491fc49bd744101d 100644 (file)
@@ -317,3 +317,6 @@ function update_1031() {
        }
 }
        
+function update_1032() {
+       q("ALTER TABLE `profile` ADD `pdesc` CHAR( 255 ) NOT NULL AFTER `name` ");
+}