Interface IMigration
Marker interface for database migrations
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public interface IMigration : IDiscoverable
Methods
Down()
Declaration
void Down()
Up()
Declaration
void Up()