parent
de3a76fee9
commit
4228780e85
@ -0,0 +1,8 @@
|
|||||||
|
class ModifyTypeForUserAgents < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
rename_column :user_agents, :type, :agent_type
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue