site sellpage links

This commit is contained in:
friendica
2013-09-17 22:27:51 -07:00
parent ff2ada207a
commit d3aa31be4d
7 changed files with 24 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<?php
define( 'UPDATE_VERSION' , 1069 );
define( 'UPDATE_VERSION' , 1070 );
/**
*
@@ -789,3 +789,11 @@ function update_r1068(){
return UPDATE_FAILED;
}
function update_r1069() {
$r = q("ALTER TABLE `site` ADD `site_sellpage` CHAR( 255 ) NOT NULL DEFAULT '',
ADD INDEX ( `site_sellpage` )");
if($r)
return UPDATE_SUCCESS;
return UPDATE_FAILED;
}