Remove TrackingIds table from SQL database

This table is not necessary with the secondary index enabled.

Change-Id: I87820c638cf69e688f9aa95edf190a8c56138a0b
This commit is contained in:
Shawn Pearce
2013-11-29 11:57:53 -08:00
parent d4ae3a16d5
commit 9f4de526dd
21 changed files with 71 additions and 432 deletions

View File

@@ -26,7 +26,7 @@ public class FakeQueryBuilder extends ChangeQueryBuilder {
new FakeQueryBuilder.Definition<ChangeData, FakeQueryBuilder>(
FakeQueryBuilder.class),
new ChangeQueryBuilder.Arguments(null, null, null, null, null, null,
null, null, null, null, null, null, null, indexes, null, null),
null, null, null, null, null, null, null, indexes, null, null, null),
null);
}