class AddIndex

Public Instance Methods

change() click to toggle source
# File lib/rbitter/records_migrate/20150327_add_index.rb, line 9
def change
  up
end
up() click to toggle source
# File lib/rbitter/records_migrate/20150327_add_index.rb, line 5
def up
  add_index :records, :tweetid
end