diff --git a/README.md b/README.md index 7d9021e3..6b7a9b56 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ ## 修改说明 -如此项目报错请在 issue 中提问 +1. **此项目对应sql文件只需执行前两个. 为** + 1. **[postgresql.sql](https://gitee.com/suxia2/RuoYi-Vue-Postgresql/blob/master/sql/postgresql.sql)** + 2. **[postgresql_view.sql](https://gitee.com/suxia2/RuoYi-Vue-Postgresql/blob/master/sql/postgresql_view.sql)** + 3. **[quartz.sql](https://gitee.com/suxia2/RuoYi-Vue-Postgresql/blob/master/sql/quartz.sql) 与[ry_20210908.sql](https://gitee.com/suxia2/RuoYi-Vue-Postgresql/blob/master/sql/ry_20210908.sql) + 不需要执行 是mysql语法的,用于比对官方项目的sql文件更新.** +2. **如此项目报错请在 issue 中提问** ### 此项目 官网同步更新 ### 基于 Postgresql 实现 1. 代码自动生成 2. 由mysql语法转换为Postgresql(对应文件为 postgresql.sql) ### 代码自动生成 -1. 执行sql文件夹下的view.sql +1. 执行sql文件夹下的 postgresql_view.sql 2. 操作一致 diff --git a/sql/view.sql b/sql/postgresql_view.sql similarity index 100% rename from sql/view.sql rename to sql/postgresql_view.sql