remove the challenge table as well
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'UPDATE_VERSION' , 1082 );
|
||||
define( 'UPDATE_VERSION' , 1083 );
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -903,3 +903,10 @@ function update_r1081() {
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
function update_r1082() {
|
||||
$r = q("DROP TABLE `challenge` ");
|
||||
if($r)
|
||||
return UPDATE_SUCCESS;
|
||||
return UPDATE_FAILED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user