add user_agent to channels
This commit is contained in:
6
db/migrate/20140410174033_add_user_agent_to_channels.rb
Normal file
6
db/migrate/20140410174033_add_user_agent_to_channels.rb
Normal file
@ -0,0 +1,6 @@
|
||||
class AddUserAgentToChannels < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :channels, :user_agent, :string
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user