Merge pull request #11393 from overleaf/bg-history-helper-missing-exports

add missing exports to history-migration module

GitOrigin-RevId: dc1c2f9497ab5f306ba3d0182f2a6dfe37ac671b
This commit is contained in:
Brian Gough 2023-01-24 08:34:48 +00:00 committed by Copybot
parent 5e9b26ae0a
commit 918914522f

View file

@ -361,4 +361,7 @@ module.exports = {
getUpgradeFunctionForType,
upgradeProject,
convertLargeDocsToFile,
anyDocHistoryExists,
anyDocHistoryIndexExists,
doUpgradeForNoneWithConversion,
}