Added new index on SourceDependency Table (#3648)

Signed-off-by: sharmajs-amzn <82233357+sharmajs-amzn@users.noreply.github.com>
This commit is contained in:
sharmajs-amzn
2021-08-31 07:22:09 -07:00
committed by GitHub
parent fe2bf07c55
commit 0d728a7677
2 changed files with 24 additions and 0 deletions
@@ -65,6 +65,7 @@ namespace AzToolsFramework
AddedScanTimeSecondsSinceEpochField = 29,
ChangedSortFunctionFromQSortToStdStableSort = 30,
RemoveOutputPrefixFromScanFolders,
AddedSourceIndexForSourceDependencyTable,
//Add all new versions before this
DatabaseVersionCount,
LatestVersion = DatabaseVersionCount - 1