|
...
|
...
|
@@ -206,7 +206,6 @@ class CopyProject extends Command |
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
//复制数据库
|
|
|
|
public function copyMysql($project_id,$new_project_id){
|
|
|
|
//切换数据库配置
|
|
...
|
...
|
@@ -267,7 +266,6 @@ class CopyProject extends Command |
|
|
|
}
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @param $message
|
|
|
|
* @return bool
|
...
|
...
|
|