Skip to content

Commit c4a4143

Browse files
committed
feat: PilotAgentsDB: remove GridRequirements
1 parent 984a1c5 commit c4a4143

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DIRAC/WorkloadManagementSystem/DB/PilotAgentsDB.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ CREATE TABLE `PilotAgents` (
3838
`Broker` VARCHAR(128) NOT NULL DEFAULT 'Unknown',
3939
`OwnerGroup` VARCHAR(128) NOT NULL,
4040
`GridType` VARCHAR(32) NOT NULL DEFAULT 'LCG',
41-
`GridRequirements` TEXT,
4241
`BenchMark` DOUBLE NOT NULL DEFAULT 0.0,
4342
`SubmissionTime` DATETIME DEFAULT NULL,
4443
`LastUpdateTime` DATETIME DEFAULT NULL,

0 commit comments

Comments
 (0)