“zyj” 4 роки тому
батько
коміт
20b11bb2e2
2 змінених файлів з 7 додано та 2 видалено
  1. 7 2
      README.md
  2. 0 0
      sql/postgresql_view.sql

+ 7 - 2
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.   操作一致
 
 

+ 0 - 0
sql/view.sql → sql/postgresql_view.sql