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