Skip to content

Commit

Permalink
fix: sql index error
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Sep 13, 2018
1 parent 78f4a1e commit 755fe73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ CREATE TABLE `sd_corn` (
INSERT INTO `sd_corn` (`id`, `rank`, `name`, `des`, `last_excute`, `interval_s`, `enable`) VALUES
(1, 2, 'delete_unseful_chunks', '删除分片上传产生的失效文件块', 0, 3600, 1),
(2, 1, 'delete_callback_data', '删除callback记录', 0, 86400, 1),
(NULL, 1, 'flush_aria2', '刷新离线下载状态', 0, 30, 1),
(NULL, 3, 'flush_onedrive_token', '刷新Onedrive Token', 1536821807, 3000, 1);
(3, 1, 'flush_aria2', '刷新离线下载状态', 0, 30, 1),
(4, 3, 'flush_onedrive_token', '刷新Onedrive Token', 1536821807, 3000, 1);
-- --------------------------------------------------------

--
Expand Down

0 comments on commit 755fe73

Please sign in to comment.