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.
1 parent 984a1c5 commit c4a4143Copy full SHA for c4a4143
src/DIRAC/WorkloadManagementSystem/DB/PilotAgentsDB.sql
@@ -38,7 +38,6 @@ CREATE TABLE `PilotAgents` (
38
`Broker` VARCHAR(128) NOT NULL DEFAULT 'Unknown',
39
`OwnerGroup` VARCHAR(128) NOT NULL,
40
`GridType` VARCHAR(32) NOT NULL DEFAULT 'LCG',
41
- `GridRequirements` TEXT,
42
`BenchMark` DOUBLE NOT NULL DEFAULT 0.0,
43
`SubmissionTime` DATETIME DEFAULT NULL,
44
`LastUpdateTime` DATETIME DEFAULT NULL,
0 commit comments