From: Matt Amos Date: Mon, 22 Aug 2016 15:32:54 +0000 (+0100) Subject: Reordered migrations to make them the latest. X-Git-Tag: live~2989^2~125 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5cc0eba3f10da37a14e8f27f04c7695505b4c684 Reordered migrations to make them the latest. --- diff --git a/db/migrate/20150516073616_create_issues_and_reports.rb b/db/migrate/20160822153055_create_issues_and_reports.rb similarity index 100% rename from db/migrate/20150516073616_create_issues_and_reports.rb rename to db/migrate/20160822153055_create_issues_and_reports.rb diff --git a/db/migrate/20150526130032_create_issue_comments.rb b/db/migrate/20160822153115_create_issue_comments.rb similarity index 100% rename from db/migrate/20150526130032_create_issue_comments.rb rename to db/migrate/20160822153115_create_issue_comments.rb diff --git a/db/migrate/20150719160821_add_report_count_to_issues.rb b/db/migrate/20160822153153_add_report_count_to_issues.rb similarity index 100% rename from db/migrate/20150719160821_add_report_count_to_issues.rb rename to db/migrate/20160822153153_add_report_count_to_issues.rb