From 6c998adeaca9712a3f2385fef128274173cda40a Mon Sep 17 00:00:00 2001 From: John Davis Date: Fri, 31 May 2024 12:39:40 -0400 Subject: [PATCH] Add TS db revision tags for 24.0 --- 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 6875069871e..a7c933c39f9 100644 --- a/lib/tool_shed/webapp/model/migrations/dbscript.py +++ b/lib/tool_shed/webapp/model/migrations/dbscript.py @@ -30,6 +30,8 @@ REVISION_TAGS = { "23.1": "1b5bf427db25", "release_23.2": "1b5bf427db25", "23.2": "1b5bf427db25", + "release_24.0": "1b5bf427db25", + "24.0": "1b5bf427db25", }