📝 修改文档.

This commit is contained in:
lijiahang
2024-05-27 10:26:55 +08:00
parent f54acf595b
commit 48a53bc248
24 changed files with 88 additions and 88 deletions

View File

@@ -1,13 +1,13 @@
## v1.0.1
### v1.0.1
> sql 脚本 - DDL
### sql 脚本 - DDL
```sql
DROP TABLE IF EXISTS `command_template`;
ALTER TABLE `operator_log` ADD INDEX `idx_type`(`type`);
```
> sql 脚本 - DML
### sql 脚本 - DML
```sql
-- 菜单配置