X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/497009ed2b98dfdeeb349e891c1fbd88d14ff087..eada36ff96d1b534457d98a25239ec468a7cba2c:/db/migrate/20120328090602_drop_session_table.rb diff --git a/db/migrate/20120328090602_drop_session_table.rb b/db/migrate/20120328090602_drop_session_table.rb index 627db6d7c..7046281df 100644 --- a/db/migrate/20120328090602_drop_session_table.rb +++ b/db/migrate/20120328090602_drop_session_table.rb @@ -1,6 +1,4 @@ -require 'migrate' - -class DropSessionTable < ActiveRecord::Migration +class DropSessionTable < ActiveRecord::Migration[4.2] def up drop_table "sessions" end