From 579884db75d14b2ae7cbfb67270b5d015c157b80 Mon Sep 17 00:00:00 2001 From: John Davis Date: Fri, 31 May 2024 12:25:40 -0400 Subject: [PATCH] Add TS db revision tags for 23.2 --- lib/tool_shed/webapp/model/migrations/dbscript.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tool_shed/webapp/model/migrations/dbscript.py b/lib/tool_shed/webapp/model/migrations/dbscript.py index c045cbb0490..6875069871e 100644 --- a/lib/tool_shed/webapp/model/migrations/dbscript.py +++ b/lib/tool_shed/webapp/model/migrations/dbscript.py @@ -28,6 +28,8 @@ CONFIG_FILE_ARG = "--toolshed-config" REVISION_TAGS = { "release_23.1": "1b5bf427db25", "23.1": "1b5bf427db25", + "release_23.2": "1b5bf427db25", + "23.2": "1b5bf427db25", }