Interface ISandboxMigration

All Superinterfaces:
BaseMigration<SandboxMigrator>

public interface ISandboxMigration extends BaseMigration<SandboxMigrator>
Represents a migration script only run in sandbox-like environment. To the big extent acts the same as IMigration. Migrations implementing this interface will not be run in any of production modes (like ProductionRun or Bypass). The purpose of sandbox migrations is to run potentially dangerous operations still useful in sandbox like environments (developer machine, integration tests, etc.). Examples of those operations are: creating a database schema, creating database user, granting user rights to access databases, etc.