Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
8e064dac
by Tony Chemit at 2020-05-18T11:44:45+02:00
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:
| ... | ... | @@ -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
|
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type