Class SchemaMigrationVersion5
java.lang.Object
org.eblocker.server.common.data.migrations.SchemaMigrationVersion5
- All Implemented Interfaces:
SchemaMigration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmigrate()Removes any references to vpn profile with id == -1
-
Constructor Details
-
SchemaMigrationVersion5
-
-
Method Details
-
getSourceVersion
- Specified by:
getSourceVersionin interfaceSchemaMigration
-
getTargetVersion
- Specified by:
getTargetVersionin interfaceSchemaMigration
-
migrate
public void migrate()Removes any references to vpn profile with id == -1- Specified by:
migratein interfaceSchemaMigration
-