Skip to content

Commit

Permalink
update extension_template from text to mediumtext, length from 65535 …
Browse files Browse the repository at this point in the history
…byte to 16777215 byte (#686)
  • Loading branch information
zhongzichao authored Sep 9, 2022
1 parent bc57ac8 commit 95884f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/database/paddleflow.sql
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS `job` (
`resource` text DEFAULT NULL,
`framework` varchar(30) DEFAULT NULL,
`members` mediumtext DEFAULT NULL,
`extension_template` text DEFAULT NULL,
`extension_template` mediumtext DEFAULT NULL,
`parent_job` varchar(60) DEFAULT NULL,
`created_at` datetime(3) NULL DEFAULT CURRENT_TIMESTAMP(3),
`activated_at` datetime(3) DEFAULT NULL,
Expand Down

0 comments on commit 95884f4

Please sign in to comment.