Skip to content

Commit

Permalink
docs: update deploy procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhengtan committed Apr 27, 2023
1 parent 0ee30bc commit 03d9fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/zh-cn/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ CREATE DATABASE IF NOT EXISTS gorgeous_admin_server_demo DEFAULT CHARACTER SET u

```
use gorgeous_admin_server_demo;
SET FOREIGN_KEY_CHECKS=0;
source /path/to/your/code/src/entity/init-data.sql;
SET FOREIGN_KEY_CHECKS=1;
```
可以看到执行结果,`show tables;`可以查看表的列表。

Expand Down

0 comments on commit 03d9fd6

Please sign in to comment.