提交 1130d256 编写于 作者: Q QiuYiBin

fix:修复数据迁移表名错误

fix:安装时没有清空超管默认部门数据
上级 d47c7682
......@@ -42,6 +42,6 @@ class CreateSystemPostTable extends Migration
*/
public function down(): void
{
Schema::dropIfExists('system_job');
Schema::dropIfExists('system_post');
}
}
......@@ -317,6 +317,7 @@ class InstallProjectCommand extends MineCommand
Db::table('system_user')->truncate();
Db::table('system_role')->truncate();
Db::table('system_user_role')->truncate();
Db::table('system_user_dept')->truncate();
// 创建超级管理员
Db::table("system_user")->insert([
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册