db update required for Zot2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1184 );
|
||||
define( 'UPDATE_VERSION' , 1185 );
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -2463,3 +2463,12 @@ function update_r1183() {
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
function update_r1184() {
|
||||
|
||||
$r1 = q("alter table site add site_crypto text not null default '' ");
|
||||
|
||||
if($r1)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user