Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

12 changed files:

Changes:

  • persistence/src/main/java/fr/ird/observe/entities/migration/DataSourceMigrationForVersion_7_5_1.javapersistence/src/main/java/fr/ird/observe/entities/migration/DataSourceMigrationForVersion_7_6.java
    ... ... @@ -40,10 +40,10 @@ import java.util.Set;
    40 40
      * @since 7.5.1
    
    41 41
      */
    
    42 42
     @AutoService(MigrationVersionResource.class)
    
    43
    -public class DataSourceMigrationForVersion_7_5_1 extends MigrationVersionResource {
    
    43
    +public class DataSourceMigrationForVersion_7_6 extends MigrationVersionResource {
    
    44 44
     
    
    45
    -    public DataSourceMigrationForVersion_7_5_1() {
    
    46
    -        super(Versions.valueOf("7.5.1"));
    
    45
    +    public DataSourceMigrationForVersion_7_6() {
    
    46
    +        super(Versions.valueOf("7.6"));
    
    47 47
         }
    
    48 48
     
    
    49 49
         @Override
    

  • test/src/main/resources/db/7.5.1/dataForTestLongline.sql.gz deleted
    No preview for this file type
  • test/src/main/resources/db/7.5.1/dataForTestSeine.sql.gz deleted
    No preview for this file type
  • test/src/main/resources/db/7.5.1/referentiel.sql.gz deleted
    No preview for this file type
  • test/src/main/resources/db/7.6/dataForTestLongline.sql.gz
    No preview for this file type
  • test/src/main/resources/db/7.6/dataForTestSeine.sql.gz
    No preview for this file type
  • test/src/main/resources/db/7.5.1/empty_h2.sql.gztest/src/main/resources/db/7.6/empty_h2.sql.gz
    No preview for this file type
  • test/src/main/resources/db/7.5.1/empty_pg.sql.gztest/src/main/resources/db/7.6/empty_pg.sql.gz
    No preview for this file type
  • test/src/main/resources/db/7.6/referentiel.sql.gz
    No preview for this file type
  • test/src/main/resources/db/8.0/dataForTestLongline.sql.gz
    No preview for this file type
  • test/src/main/resources/db/8.0/dataForTestSeine.sql.gz
    No preview for this file type
  • test/src/main/resources/db/8.0/referentiel.sql.gz
    No preview for this file type