Skip to content

Commit f172154

Browse files
authored
Merge pull request #6889 from arrabito/fixProdSysDB
[8.0] change (Production): change column types in ProductionDB
2 parents 84f0995 + 1f32d9b commit f172154

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 VARCHAR(255) DEFAULT 'None',
48-
OutputQuery VARCHAR(255) DEFAULT 'None',
47+
InputQuery LONGTEXT,
48+
OutputQuery LONGTEXT,
4949
LastUpdate DATETIME,
5050
InsertedTime DATETIME,
5151
PRIMARY KEY(StepID),

0 commit comments

Comments
 (0)