poco discovery
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1012 );
|
||||
define( 'UPDATE_VERSION' , 1013 );
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -189,3 +189,11 @@ ADD INDEX ( `expires` )");
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
function update_r1012() {
|
||||
$r = q("ALTER TABLE `xchan` ADD `xchan_connurl` CHAR( 255 ) NOT NULL DEFAULT '' AFTER `xchan_url` ,
|
||||
ADD INDEX ( `xchan_connurl` )");
|
||||
|
||||
if($r)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user