Method | Description | |
---|---|---|
MigrateDown ( ICorePlugin plugin ) : void |
Rolls back all migrations.
|
|
MigrateUp ( ICorePlugin plugin ) : void |
Applies migrations for specified plugin.
|
Method | Description | |
---|---|---|
CoreMigrator ( ) : System.Collections.Generic |
Initializes a new instance of the CoreMigrator class.
|
Method | Description | |
---|---|---|
FillPluginSchemaInfo ( ICorePlugin plugin, IMigrationService migrationService ) : IEnumerable |
Fills the plugin schema info.
|
|
GetMigrator ( |
Gets the migrator.
|
protected CoreMigrator ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public MigrateDown ( ICorePlugin plugin ) : void | ||
plugin | ICorePlugin | The plugin. |
return | void |
public MigrateUp ( ICorePlugin plugin ) : void | ||
plugin | ICorePlugin | The plugin. |
return | void |