Commit 4676b19ca3c453bb3beea55a8a0465f069a9b458
1 parent
f140f6d4
Add SQL indexes file to controller sql test suite
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -30,7 +30,7 @@ public class ControllerSqlTestSuite { |
30 | 30 | |
31 | 31 | @ClassRule |
32 | 32 | public static CustomSqlUnit sqlUnit = new CustomSqlUnit( |
33 | - Arrays.asList("sql/schema-ts.sql", "sql/schema-entities.sql", "sql/system-data.sql"), | |
33 | + Arrays.asList("sql/schema-ts.sql", "sql/schema-entities.sql", "sql/schema-entities-idx.sql", "sql/system-data.sql"), | |
34 | 34 | "sql/drop-all-tables.sql", |
35 | 35 | "sql-test.properties"); |
36 | 36 | } | ... | ... |