C# Class Rock.Plugin.HotFixes.CheckinGradeRequired

Inheritance: Migration
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
Down ( ) : void

The commands to undo a migration from a specific version

Up ( ) : void

The commands to run to migrate plugin to the specific version

Method Details

Down() public method

The commands to undo a migration from a specific version
public Down ( ) : void
return void

Up() public method

The commands to run to migrate plugin to the specific version
public Up ( ) : void
return void