novel/doc/sql
2022-06-10 18:12:21 +08:00
..
novel.sql.zip feat: 集成 Elasticsearch 8.2.0 2022-05-23 21:57:07 +08:00
readme chore: 增加数据库脚本文件说明 2022-06-10 18:12:21 +08:00
shardingsphere-jdbc.sql chore: 修改 ShardingSphere-JDBC 的数据迁移脚本名,开启 ShardingSphere-JDBC 功能才需要执行 2022-06-10 17:33:58 +08:00
xxl-job.sql chore: 增加 xxl_job 的脚本,开启 xxl-job 功能才需要执行 2022-06-10 17:31:22 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. 初始状态下MYSQL 只需要执行 novel.sql 文件即可正常运行本系统
2. 代码更新后再执行以日期命名的增量 SQL 文件
3. 只有开启 XXL-JOB 的功能,才需要执行 xxl-job.sql 和以 xxl-job 开头日期结尾的增量 SQL 文件
4. 只有开启 ShardingSphere-JDBC 的功能,才需要执行 shardingsphere-jdbc.sql 和以 shardingsphere-jdbc 开头日期结尾的增量 SQL 文件