Skip to content

Commit

Permalink
Merge pull request #7337 from DIRACGridBot/cherry-pick-2-ccc050e06-in…
Browse files Browse the repository at this point in the history
…tegration

[sweep:integration] New indices on TransformationDB.Transformations
  • Loading branch information
fstagni authored Dec 4, 2023
2 parents 34ad066 + 5ae487f commit 94a4af9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DIRAC/TransformationSystem/DB/TransformationDB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ CREATE TABLE Transformations(
EventsPerTask INTEGER NOT NULL DEFAULT 0,
PRIMARY KEY(TransformationID),
INDEX(TransformationName),
INDEX(TransformationFamily)
INDEX(TransformationFamily),
INDEX(Status),
INDEX(Type)
) ENGINE = InnoDB DEFAULT CHARSET = utf8;

-- -------------------------------------------------------------------------------
Expand Down

0 comments on commit 94a4af9

Please sign in to comment.