X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/043d29fd7eb72048cf5d07edfbc20ec5c25af708..5310c7000c232cd48f48fe473beeca7f4ff02b53:/db/migrate/20120318201948_create_redactions.rb diff --git a/db/migrate/20120318201948_create_redactions.rb b/db/migrate/20120318201948_create_redactions.rb index 8a1cf6bf3..1cdcc8625 100644 --- a/db/migrate/20120318201948_create_redactions.rb +++ b/db/migrate/20120318201948_create_redactions.rb @@ -1,6 +1,6 @@ require "migrate" -class CreateRedactions < ActiveRecord::Migration +class CreateRedactions < ActiveRecord::Migration[5.0] def change create_table :redactions do |t| t.string :title