koishi-plugin-schedule
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -35,9 +35,9 @@ var __create = Object.create; | ||
fields: { | ||
id: { type: "integer" }, | ||
assignee: { type: "string", length: 50 }, | ||
time: { type: "timestamp" }, | ||
lastCall: { type: "timestamp" }, | ||
interval: { type: "integer", length: 20, initial: 0 }, | ||
command: { type: "string", length: 1e3 }, | ||
session: { type: "json" } | ||
id: "unsigned", | ||
assignee: "string", | ||
time: "timestamp", | ||
lastCall: "timestamp", | ||
interval: "integer", | ||
command: "text", | ||
session: "json" | ||
} | ||
@@ -44,0 +44,0 @@ }); |
{ | ||
"name": "koishi-plugin-schedule", | ||
"description": "Create scheduled tasks for Koishi", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"main": "lib/index.js", | ||
@@ -32,9 +32,9 @@ "typings": "lib/index.d.ts", | ||
"devDependencies": { | ||
"koishi-plugin-mongo": "^2.4.0", | ||
"koishi-plugin-mysql": "^3.5.0", | ||
"koishi-test-utils": "^6.2.0" | ||
"koishi-plugin-mongo": "^2.5.0", | ||
"koishi-plugin-mysql": "^3.6.0", | ||
"koishi-test-utils": "^7.0.0" | ||
}, | ||
"peerDependencies": { | ||
"koishi-core": "^3.13.1" | ||
"koishi-core": "^3.14.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
16773