
Public Member Functions | |
| void | downgrade (EOEditingContext editingContext, ERXMigrationDatabase database) throws Throwable |
| NSArray< ERXModelVersion > | modelDependencies () |
| void | upgrade (EOEditingContext editingContext, ERXMigrationDatabase database) throws Throwable |
| void downgrade | ( | EOEditingContext | editingContext, | |
| ERXMigrationDatabase | database | |||
| ) | throws Throwable [virtual] |
| editingContext | the editing context | |
| database | the migration database |
| Throwable | if anything goes wrong |
Implements ERXMigrationDatabase.Migration.
| NSArray<ERXModelVersion> modelDependencies | ( | ) |
Overridden to return null by default
Reimplemented from ERXMigrationDatabase.Migration.
| void upgrade | ( | EOEditingContext | editingContext, | |
| ERXMigrationDatabase | database | |||
| ) | throws Throwable [virtual] |
| editingContext | the editing context | |
| database | the migration database |
| Throwable | if anything goes wrong |
Implements ERXMigrationDatabase.Migration.
1.5.8