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 70538bb + e4fad0e commit ccc050eCopy full SHA for ccc050e
src/DIRAC/TransformationSystem/DB/TransformationDB.sql
@@ -44,7 +44,9 @@ CREATE TABLE Transformations(
44
EventsPerTask INTEGER NOT NULL DEFAULT 0,
45
PRIMARY KEY(TransformationID),
46
INDEX(TransformationName),
47
- INDEX(TransformationFamily)
+ INDEX(TransformationFamily),
48
+ INDEX(Status),
49
+ INDEX(Type)
50
) ENGINE = InnoDB DEFAULT CHARSET = utf8;
51
52
-- -------------------------------------------------------------------------------
0 commit comments