]> git.openstreetmap.org Git - rails.git/commit
Replace migrations that rely on models with rake tasks
authorTom Hughes <tom@compton.nu>
Wed, 17 Jul 2019 17:55:15 +0000 (18:55 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 17 Jul 2019 17:55:15 +0000 (18:55 +0100)
commit826b70fdc5f44ab2f6bde94b8ab67bf98ee43981
tree8ab2327c3d97e67900f40ae6a72bec81f1d32914
parent227c402ad10059ec35394f2a960a620e5cda73af
Replace migrations that rely on models with rake tasks

Replace some migrations that rely on relationships between
models to add subscriptions with rake tasks.
db/migrate/20150111192335_subscribe_old_changesets.rb
db/migrate/20161011010929_subscribe_authors_to_diary_entries.rb
lib/tasks/subscribe_diary_authors.rb [new file with mode: 0644]
lib/tasks/subscribe_old_changesets.rb [new file with mode: 0644]