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