adding zrl support to social graphs
This commit is contained in:
13
update.php
13
update.php
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1141 );
|
||||
define( 'UPDATE_VERSION' , 1142 );
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1229,4 +1229,13 @@ function update_1140() {
|
||||
if(! $r)
|
||||
return UPDATE_FAILED ;
|
||||
return UPDATE_SUCCESS ;
|
||||
}
|
||||
}
|
||||
|
||||
function update_1141() {
|
||||
$r = q("alter table glink add zcid int(11) not null after gcid, add index(zcid) ");
|
||||
if(! $r)
|
||||
return UPDATE_FAILED ;
|
||||
return UPDATE_SUCCESS ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user