add source + rewrite strategy for pawoo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddUpdatedAtIndexToPools < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :pools, :updated_at
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user