Files
novel_dev_team_novel-plus/doc/sql/readme.md
2026-05-17 20:27:37 +08:00

6 lines
591 B
Java
Raw Blame History

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. `novel_plus_data.sql`包含初始化小说数据小说内容均为无版权风险数据的完整 SQL 文件
2. `novel_plus.sql`不包含初始化小说数据的完整 SQL 文件
3. `yyyyMMdd.sql`版本升级所需的增量 SQL 文件
4. 首次安装时只需执行 `novel_plus_data.sql` `novel_plus.sql` 中的任意一个即可完成数据库初始化
5. 后续版本升级时请根据当前项目所使用的代码版本时间依次执行该日期之后新增的增量 SQL 文件 `sql` 目录中相比旧版本新增的 `.sql` 文件