aboutsummaryrefslogtreecommitdiffstats
path: root/db/migrate/20180403065419_remove_papertrail_tables.rb
blob: 8494058e1ac4de52f0fc9f43191c2f7825bce06b (plain)
1
2
3
4
5
class RemovePapertrailTables < ActiveRecord::Migration
  def change
    drop_table :versions
  end
end