X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=update.php;h=131014d4a4424864b81f85abc19463c685066cb1;hb=9d9efb2bee623bc726943b75e9ddd58e520fce7e;hp=84eaebe185c947728e7897b0197aede140d15a64;hpb=53dff2204bf2cbe46b6cbdb7174fa0cf1a7162b1;p=friendica.git diff --git a/update.php b/update.php index 84eaebe185..131014d4a4 100644 --- a/update.php +++ b/update.php @@ -370,3 +370,7 @@ function update_1037() { } +function update_1038() { + q("ALTER TABLE `item` ADD `plink` CHAR( 255 ) NOT NULL AFTER `target` "); +} +