mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
feat(sql): 添加 ry-cloud 数据库创建脚本
- 在 ry_20250523.sql 中添加了创建 ry-cloud 数据库的脚本 - 在 quartz.sql 中添加了 USE `ry-cloud` 语句,指定操作的数据库
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
USE `ry-cloud`;
|
||||
|
||||
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
|
||||
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
|
||||
DROP TABLE IF EXISTS QRTZ_SCHEDULER_STATE;
|
||||
|
||||
Reference in New Issue
Block a user