|
@@ -119,6 +119,7 @@ class UpdateController extends BaseController {
|
|
|
//转移mysql的数据到sqlite
|
|
//转移mysql的数据到sqlite
|
|
|
public function toSqlite(){
|
|
public function toSqlite(){
|
|
|
clear_runtime();
|
|
clear_runtime();
|
|
|
|
|
+ $this->mysql();
|
|
|
if (strtolower(C("DB_TYPE")) == 'mysql' ) {
|
|
if (strtolower(C("DB_TYPE")) == 'mysql' ) {
|
|
|
$this->mysql();
|
|
$this->mysql();
|
|
|
$this->_moveTable("catalog");
|
|
$this->_moveTable("catalog");
|