Class SchemaMigrationVersion47
java.lang.Object
org.eblocker.server.common.data.migrations.SchemaMigrationVersion47
- All Implemented Interfaces:
SchemaMigration
Migrates a database that was created on eBlockerOS 2.4.
Paths and package names containing "brightmammoth" or "moonshine" must be updated.
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaMigrationVersion47(DataSource dataSource, redis.clients.jedis.JedisPool jedisPool) -
Method Summary
-
Constructor Details
-
SchemaMigrationVersion47
@Inject public SchemaMigrationVersion47(DataSource dataSource, redis.clients.jedis.JedisPool jedisPool)
-
-
Method Details
-
getSourceVersion
- Specified by:
getSourceVersionin interfaceSchemaMigration
-
getTargetVersion
- Specified by:
getTargetVersionin interfaceSchemaMigration
-
migrate
public void migrate()- Specified by:
migratein interfaceSchemaMigration
-