Class: UpgradeGarlandV0ToV1

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/garland_rails/templates/v0_to_v1_migration.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
5
# File 'lib/generators/garland_rails/templates/v0_to_v1_migration.rb', line 2

def change
  rename_column :garlands, :next, :next_id
  rename_column :garlands, :previous, :previous_id
end