-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.