aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/always_safe/1002_still_safe.rb
blob: 7398ae27a27e341143cc55a5eb6161b69cb278fd (plain) (blame)
1
2
3
4
5
class StillSafe < ActiveRecord::Migration
  def change
    # do nothing to avoid side-effect conflicts from running multiple times
  end
end