Class: AddViewToThumbnailUrls

Inherits:
ActiveRecord::Migration
  • Object
show all
Defined in:
lib/db/migrate/20110302195801_add_view_to_thumbnail_urls.rb

Class Method Summary collapse

Class Method Details

.down ⇒ Object



6
7
8
# File 'lib/db/migrate/20110302195801_add_view_to_thumbnail_urls.rb', line 6

def self.down
  remove_column :thumbnail_urls, :view
end

.up ⇒ Object



2
3
4
# File 'lib/db/migrate/20110302195801_add_view_to_thumbnail_urls.rb', line 2

def self.up
  add_column :thumbnail_urls, :view, :string
end