Interface | Description |
---|---|
Migration |
Interface defining methods for running migration.
|
Class | Description |
---|---|
MigrateDatabase100To200 |
Migration to repair datastores impacted by issues 326 and 329.
|
MigrateDatabase6To100 |
Migration from datastore JSON database version 6 to 100, which requires migration of data
between tables with a transform in Java code along the way.
|
SchemaOnlyMigration |
Runs a database migration which consists only of SQL statements.
|