Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "jqueue", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "MySQL backed plugable Node.js job queue based on the Beanstalk Job Lifecycle", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -36,3 +36,3 @@ var Queue = require('./queue'); | ||
status ENUM(\'ready\', \'reserved\', \'buried\') NOT NULL,\ | ||
data VARCHAR(65535) NOT NULL,\ | ||
data VARCHAR(21800) NOT NULL,\ | ||
priority TINYINT NOT NULL,\ | ||
@@ -39,0 +39,0 @@ date_time TIMESTAMP NOT NULL,\ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package