move the instance stuff to abook where it belongs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1160 );
|
||||
define( 'UPDATE_VERSION' , 1161 );
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -1950,3 +1950,10 @@ function update_r1159() {
|
||||
}
|
||||
|
||||
|
||||
function update_r1160() {
|
||||
$r1 = q("alter table abook add abook_instance text not null default '' ");
|
||||
if($r)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user