]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/025_add_end_time_to_changesets.rb
Merge branch 'wheres_this' of https://github.com/pnorman/openstreetmap-website into...
[rails.git] / db / migrate / 025_add_end_time_to_changesets.rb
index 129315a3fdea710a709b16b67e870f014964266a..5bd2d5879d4d30f45693395ad54b69486716b3e6 100644 (file)
@@ -1,6 +1,6 @@
-require 'migrate'
+require "migrate"
 
-class AddEndTimeToChangesets < ActiveRecord::Migration
+class AddEndTimeToChangesets < ActiveRecord::Migration[5.0]
   def self.up
     # swap the boolean closed-or-not for a time when the changeset will
     # close or has closed.