未验证 提交 816f0a55 编写于 作者: X X.Mo 提交者: GitHub

Merge pull request #58 from QiuYiBin/master

fix:修复数据迁移表名错误
......@@ -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.
先完成此消息的编辑!
想要评论请 注册