Remove TrackingIds table from SQL database
This table is not necessary with the secondary index enabled. Change-Id: I87820c638cf69e688f9aa95edf190a8c56138a0b
This commit is contained in:
@@ -222,8 +222,8 @@ public class ChangeField {
|
||||
public Iterable<String> get(ChangeData input, FillArgs args)
|
||||
throws OrmException {
|
||||
try {
|
||||
return args.trackingFooters.extract(
|
||||
input.commitFooters(args.repoManager, args.db));
|
||||
return Sets.newHashSet(args.trackingFooters.extract(
|
||||
input.commitFooters(args.repoManager, args.db)).values());
|
||||
} catch (IOException e) {
|
||||
throw new OrmException(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user