X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=131014d4a4424864b81f85abc19463c685066cb1;hb=9d9efb2bee623bc726943b75e9ddd58e520fce7e;hp=e51e8ac33ed92492418c086a5ae4171273997ac1;hpb=fbb635462a5a1f371801741b03b1ecef623d9323;p=friendica.git diff --git a/update.php b/update.php index e51e8ac33e..131014d4a4 100644 --- a/update.php +++ b/update.php @@ -363,3 +363,14 @@ function update_1036() { } } } + +function update_1037() { + + q("ALTER TABLE `contact` CHANGE `lrdd` `alias` CHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL "); + +} + +function update_1038() { + q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` "); +} +