Merge pull request #18271 from jdavcs/231_ts_revision_tags

[23.1] Add revision tags for TS migration in 23.1
This commit is contained in:
Marius van den Beek
2024-05-31 10:02:29 +02:00
committed by GitHub
@@ -26,8 +26,8 @@ CONFIG_FILE_ARG = "--toolshed-config"
# then using 231 as a partial revision identifier like `sh manage_toolshed_db.sh upgrade 231`
# will map to release 23.1 instead of revision 231xxxxxxxxx.
REVISION_TAGS = {
"release_23.1": "base",
"23.1": "base",
"release_23.1": "1b5bf427db25",
"23.1": "1b5bf427db25",
}