Commit 05eecfc2 authored by John Davis's avatar John Davis
Browse files

Add revision tags for TS migration in 23.1

parent 90c9d475
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",
}