正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -206,7 +206,6 @@ class CopyProject extends Command | @@ -206,7 +206,6 @@ class CopyProject extends Command | ||
| 206 | } | 206 | } |
| 207 | return true; | 207 | return true; |
| 208 | } | 208 | } |
| 209 | - | ||
| 210 | //复制数据库 | 209 | //复制数据库 |
| 211 | public function copyMysql($project_id,$new_project_id){ | 210 | public function copyMysql($project_id,$new_project_id){ |
| 212 | //切换数据库配置 | 211 | //切换数据库配置 |
| @@ -267,7 +266,6 @@ class CopyProject extends Command | @@ -267,7 +266,6 @@ class CopyProject extends Command | ||
| 267 | } | 266 | } |
| 268 | return true; | 267 | return true; |
| 269 | } | 268 | } |
| 270 | - | ||
| 271 | /** | 269 | /** |
| 272 | * @param $message | 270 | * @param $message |
| 273 | * @return bool | 271 | * @return bool |
-
请 注册 或 登录 后发表评论