Class: Brant::Migration

Inherits:
Object
  • Object
show all
Defined in:
lib/brant/migration.rb

Overview

Base class for all package migrations

Class Method Summary collapse

Class Method Details

.downObject

Stud method for rolling back a migration



14
15
# File 'lib/brant/migration.rb', line 14

def self.down
end

.upObject

Stub method for running a migration



9
10
# File 'lib/brant/migration.rb', line 9

def self.up
end