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 70538bb commit e4fad0eCopy full SHA for e4fad0e
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