We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84f0995 + 1f32d9b commit f172154Copy full SHA for f172154
src/DIRAC/ProductionSystem/DB/ProductionDB.sql
@@ -44,8 +44,8 @@ CREATE TABLE ProductionSteps(
44
Plugin CHAR(32) DEFAULT 'None',
45
AgentType CHAR(32) DEFAULT 'Manual',
46
GroupSize INT NOT NULL DEFAULT 1,
47
- InputQuery VARCHAR(255) DEFAULT 'None',
48
- OutputQuery VARCHAR(255) DEFAULT 'None',
+ InputQuery LONGTEXT,
+ OutputQuery LONGTEXT,
49
LastUpdate DATETIME,
50
InsertedTime DATETIME,
51
PRIMARY KEY(StepID),
0 commit comments