C# Class Rock.Migrations.AddGroupLocationOrder

Inheritance: IMigrationMetadata
Show file Open project: NewSpring/Rock

Private Properties

Property Type Description

Public Methods

Method Description
Down ( ) : void

Removes the Order property from the GroupLocation model/db.

Up ( ) : void

Adds the Order property to the GroupLocation model/db.

Method Details

Down() public method

Removes the Order property from the GroupLocation model/db.
public Down ( ) : void
return void

Up() public method

Adds the Order property to the GroupLocation model/db.
public Up ( ) : void
return void