Skip to content

Commit 1f32d9b

Browse files
committed
fix: remove default value for longtext type
1 parent 1f4cc63 commit 1f32d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DIRAC/ProductionSystem/DB/ProductionDB.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ CREATE TABLE ProductionSteps(
4444
Plugin CHAR(32) DEFAULT 'None',
4545
AgentType CHAR(32) DEFAULT 'Manual',
4646
GroupSize INT NOT NULL DEFAULT 1,
47-
InputQuery LONGTEXT DEFAULT 'None',
48-
OutputQuery LONGTEXT DEFAULT 'None',
47+
InputQuery LONGTEXT,
48+
OutputQuery LONGTEXT,
4949
LastUpdate DATETIME,
5050
InsertedTime DATETIME,
5151
PRIMARY KEY(StepID),

0 commit comments

Comments
 (0)