0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-18 07:22:19 +00:00
ensl.org/db/migrate/20170702150454_add_lastvisit_index_to_users.rb

5 lines
113 B
Ruby

class AddLastvisitIndexToUsers < ActiveRecord::Migration
def change
add_index :users, :lastvisit
end
end