move the instance stuff to abook where it belongs

This commit is contained in:
redmatrix
2015-12-05 13:24:58 -08:00
parent 61aa33af1d
commit 36ef1d1bc6
4 changed files with 11 additions and 2 deletions

View File

@@ -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;
}