Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 8e064dac by Tony Chemit at 2020-05-18T11:44:45+02:00 Version de base dans tms_version - Closes #1485 - - - - - 12 changed files: - persistence/src/main/java/fr/ird/observe/entities/migration/DataSourceMigrationForVersion_7_5_1.java → persistence/src/main/java/fr/ird/observe/entities/migration/DataSourceMigrationForVersion_7_6.java - − test/src/main/resources/db/7.5.1/dataForTestLongline.sql.gz - − test/src/main/resources/db/7.5.1/dataForTestSeine.sql.gz - − test/src/main/resources/db/7.5.1/referentiel.sql.gz - + test/src/main/resources/db/7.6/dataForTestLongline.sql.gz - + test/src/main/resources/db/7.6/dataForTestSeine.sql.gz - test/src/main/resources/db/7.5.1/empty_h2.sql.gz → test/src/main/resources/db/7.6/empty_h2.sql.gz - test/src/main/resources/db/7.5.1/empty_pg.sql.gz → test/src/main/resources/db/7.6/empty_pg.sql.gz - + test/src/main/resources/db/7.6/referentiel.sql.gz - test/src/main/resources/db/8.0/dataForTestLongline.sql.gz - test/src/main/resources/db/8.0/dataForTestSeine.sql.gz - test/src/main/resources/db/8.0/referentiel.sql.gz Changes: ===================================== persistence/src/main/java/fr/ird/observe/entities/migration/DataSourceMigrationForVersion_7_5_1.java → persistence/src/main/java/fr/ird/observe/entities/migration/DataSourceMigrationForVersion_7_6.java ===================================== @@ -40,10 +40,10 @@ import java.util.Set; * @since 7.5.1 */ @AutoService(MigrationVersionResource.class) -public class DataSourceMigrationForVersion_7_5_1 extends MigrationVersionResource { +public class DataSourceMigrationForVersion_7_6 extends MigrationVersionResource { - public DataSourceMigrationForVersion_7_5_1() { - super(Versions.valueOf("7.5.1")); + public DataSourceMigrationForVersion_7_6() { + super(Versions.valueOf("7.6")); } @Override ===================================== test/src/main/resources/db/7.5.1/dataForTestLongline.sql.gz deleted ===================================== Binary files a/test/src/main/resources/db/7.5.1/dataForTestLongline.sql.gz and /dev/null differ ===================================== test/src/main/resources/db/7.5.1/dataForTestSeine.sql.gz deleted ===================================== Binary files a/test/src/main/resources/db/7.5.1/dataForTestSeine.sql.gz and /dev/null differ ===================================== test/src/main/resources/db/7.5.1/referentiel.sql.gz deleted ===================================== Binary files a/test/src/main/resources/db/7.5.1/referentiel.sql.gz and /dev/null differ ===================================== test/src/main/resources/db/7.6/dataForTestLongline.sql.gz ===================================== Binary files /dev/null and b/test/src/main/resources/db/7.6/dataForTestLongline.sql.gz differ ===================================== test/src/main/resources/db/7.6/dataForTestSeine.sql.gz ===================================== Binary files /dev/null and b/test/src/main/resources/db/7.6/dataForTestSeine.sql.gz differ ===================================== test/src/main/resources/db/7.5.1/empty_h2.sql.gz → test/src/main/resources/db/7.6/empty_h2.sql.gz ===================================== ===================================== test/src/main/resources/db/7.5.1/empty_pg.sql.gz → test/src/main/resources/db/7.6/empty_pg.sql.gz ===================================== ===================================== test/src/main/resources/db/7.6/referentiel.sql.gz ===================================== Binary files /dev/null and b/test/src/main/resources/db/7.6/referentiel.sql.gz differ ===================================== test/src/main/resources/db/8.0/dataForTestLongline.sql.gz ===================================== Binary files a/test/src/main/resources/db/8.0/dataForTestLongline.sql.gz and b/test/src/main/resources/db/8.0/dataForTestLongline.sql.gz differ ===================================== test/src/main/resources/db/8.0/dataForTestSeine.sql.gz ===================================== Binary files a/test/src/main/resources/db/8.0/dataForTestSeine.sql.gz and b/test/src/main/resources/db/8.0/dataForTestSeine.sql.gz differ ===================================== test/src/main/resources/db/8.0/referentiel.sql.gz ===================================== Binary files a/test/src/main/resources/db/8.0/referentiel.sql.gz and b/test/src/main/resources/db/8.0/referentiel.sql.gz differ View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/8e064dac8ff2ed3dfb6e7594e1... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/8e064dac8ff2ed3dfb6e7594e1... You're receiving this email because of your account on gitlab.com.