update with changes from Production branch
This commit is contained in:
9
db/migrate/20110419173839_add_url_to_channel.rb
Normal file
9
db/migrate/20110419173839_add_url_to_channel.rb
Normal file
@ -0,0 +1,9 @@
|
||||
class AddUrlToChannel < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :channels, :url, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :channels, :status
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user