Class SchemaMigrationVersion37
java.lang.Object
org.eblocker.server.common.data.migrations.SchemaMigrationVersion37
- All Implemented Interfaces:
SchemaMigration
-
Constructor Summary
ConstructorsConstructorDescriptionSchemaMigrationVersion37(DataSource dataSource, redis.clients.jedis.JedisPool jedisPool, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
-
Constructor Details
-
SchemaMigrationVersion37
@Inject public SchemaMigrationVersion37(DataSource dataSource, redis.clients.jedis.JedisPool jedisPool, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getSourceVersion
- Specified by:
getSourceVersionin interfaceSchemaMigration
-
getTargetVersion
- Specified by:
getTargetVersionin interfaceSchemaMigration
-
migrate
public void migrate()- Specified by:
migratein interfaceSchemaMigration
-