X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=afa3b58a4344b1421ce4f21b68b25d85752a9699;hb=0b4a6f8eaca0d1396e7e944cd4735a573bd1d111;hp=d6fab4255a286e633b374ef4d2d1b027299469aa;hpb=c55cb45855ede35e593f6a1ed5e5878144cf0ad0;p=friendica.git diff --git a/update.php b/update.php index d6fab4255a..afa3b58a43 100644 --- a/update.php +++ b/update.php @@ -274,3 +274,6 @@ function update_1028() { q("ALTER TABLE `user` ADD `openidserver` text NOT NULL AFTER `deny_gid` "); } +function update_1029() { + q("ALTER TABLE `contact` ADD `info` MEDIUMTEXT NOT NULL AFTER `reason` "); +}