Don't wipe config
or addon
data
This commit is contained in:
parent
92301c6464
commit
b38141211c
|
@ -1192,7 +1192,7 @@ function update_1508()
|
||||||
|
|
||||||
$newConfig->commit();
|
$newConfig->commit();
|
||||||
|
|
||||||
return DBA::e("TRUNCATE TABLE `config`") ? Update::SUCCESS : Update::FAILED;
|
return Update::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_1509()
|
function update_1509()
|
||||||
|
@ -1210,5 +1210,5 @@ function update_1509()
|
||||||
|
|
||||||
$newConfig->commit();
|
$newConfig->commit();
|
||||||
|
|
||||||
return DBA::e("TRUNCATE TABLE `addon`") ? Update::SUCCESS : Update::FAILED;
|
return Update::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user