From 48ebf294656a4871cee082454d1d6119364246be Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 18 Oct 2019 16:29:22 -0400 Subject: [PATCH] use correct version in SQL upgrade script #6293 Correct being defined at http://guides.dataverse.org/en/4.17/developers/sql-upgrade-scripts.html#how-to-create-a-sql-upgrade-script "Use a version like "4.11.0.1" in the example above where the previously released version was 4.11, ensuring that the version number is unique. Note that this is not the version that you expect the code changes to be included in (4.12 in this example)." --- ...pdate-scribejava.sql => V4.17.0.1__5991-update-scribejava.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/main/resources/db/migration/{V4.18.0.1__5991-update-scribejava.sql => V4.17.0.1__5991-update-scribejava.sql} (100%) diff --git a/src/main/resources/db/migration/V4.18.0.1__5991-update-scribejava.sql b/src/main/resources/db/migration/V4.17.0.1__5991-update-scribejava.sql similarity index 100% rename from src/main/resources/db/migration/V4.18.0.1__5991-update-scribejava.sql rename to src/main/resources/db/migration/V4.17.0.1__5991-update-scribejava.sql