openstreetmap-website/db/migrate/20161011010929_subscribe_authors_to_diary_entries.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
103 B
Ruby

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