allow zot public providers to list their location, as a non US-based server could be a strong selling point.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1079 );
|
||||
define( 'UPDATE_VERSION' , 1080 );
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -881,3 +881,10 @@ function update_r1078() {
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
function update_r1079() {
|
||||
$r = q("ALTER TABLE `site` ADD `site_location` CHAR( 255 ) NOT NULL DEFAULT ''");
|
||||
if($r)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user