openstreetmap-website/db/migrate/20150111192335_subscribe_old_changesets.rb
Tom Hughes 826b70fdc5 Replace migrations that rely on models with rake tasks
Replace some migrations that rely on relationships between
models to add subscriptions with rake tasks.
2019-07-17 18:55:15 +01:00

5 lines
95 B
Ruby

class SubscribeOldChangesets < ActiveRecord::Migration[4.2]
def up; end
def down; end
end