From f7dad72489c4182a7414278d71e9a35f94c468bb Mon Sep 17 00:00:00 2001 From: Stephen Von Worley Date: Sat, 25 Apr 2026 21:58:35 -0700 Subject: [PATCH] add 1.20.0 to list of migrations --- templates/init_migration.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/init_migration.sh.template b/templates/init_migration.sh.template index 9837784..277c71b 100755 --- a/templates/init_migration.sh.template +++ b/templates/init_migration.sh.template @@ -12,4 +12,4 @@ java -Ddw.database.user=postgres -Ddw.database.password="{{{ POSTGRES_DBPASSWORD # this particular migration needs to run as postgres because only postgres can surrender ownership java -Ddw.database.user=postgres -Ddw.database.password="{{{ POSTGRES_DBPASSWORD }}}" -jar /home/dockstore-webservice-*.jar db migrate web.yml --include 1.7.0.relinquish # future migrations will start here and should be run as dockstore -java -Ddw.database.user=dockstore -Ddw.database.password="{{{ DOCKSTORE_DBPASSWORD }}}" -jar /home/dockstore-webservice-*.jar db migrate web.yml --include 1.8.0,1.9.0,1.10.0,1.11.0,1.12.0,1.13.0,1.14.0,1.15.0,1.16.0,1.17.0,1.18.0,1.19.0 +java -Ddw.database.user=dockstore -Ddw.database.password="{{{ DOCKSTORE_DBPASSWORD }}}" -jar /home/dockstore-webservice-*.jar db migrate web.yml --include 1.8.0,1.9.0,1.10.0,1.11.0,1.12.0,1.13.0,1.14.0,1.15.0,1.16.0,1.17.0,1.18.0,1.19.0,1.20.0