parent
9baa72ad5b
commit
9eb8d3269c
@ -0,0 +1,8 @@
|
|||||||
|
class AddIndexForUserActions < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
add_index :user_actions, :ip
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue