dev_aliyun
parent
e20628fcc2
commit
5c306f9db1
@ -0,0 +1,6 @@
|
||||
class AddRegisterStatusToUserAgents < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :user_agents, :register_status, :integer, :default => 0
|
||||
add_column :user_agents, :action_status, :integer, :default => 0
|
||||
end
|
||||
end
|
Loading…
Reference in new issue