mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 增加 job 测试demo数据
This commit is contained in:
@ -418,6 +418,8 @@ EXEC sp_addextendedproperty
|
||||
'TABLE', N'er_job'
|
||||
GO
|
||||
|
||||
INSERT INTO `er_job` VALUES (1, N'dev', N'ruoyi_group', N'demo-job', null, 1, 1710344035622, 1, 1, 4, 1, N'testJobExecutor', 2, N'60', 1, 60, 3, 1, 1, 116, 0, N'', N'', getdate(), getdate(), 0);
|
||||
GO
|
||||
|
||||
-- er_job_log_message
|
||||
CREATE TABLE er_job_log_message
|
||||
|
Reference in New Issue
Block a user