Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 18d4f20

Browse files
author
Charles Ma
committed
BUG: refs #301 Fixed SQL file
1 parent e55ae61 commit 18d4f20

File tree

1 file changed

+1
-1
lines changed
  • modules/remoteprocessing/database/mysql

1 file changed

+1
-1
lines changed

modules/remoteprocessing/database/mysql/1.0.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ CREATE TABLE IF NOT EXISTS `remoteprocessing_job` (
1616
CREATE TABLE IF NOT EXISTS `remoteprocessing_job2item` (
1717
`job_id` bigint(20) NOT NULL,
1818
`item_id` bigint(20) NOT NULL,
19-
`type` tinyint(4) NOT NULL DEFAULT 0,
19+
`type` tinyint(4) NOT NULL DEFAULT 0
2020
);
2121

0 commit comments

Comments
 (0)