X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..8ada57d5e4b4ef063ffc533ce80539e6a74f5be3:/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 0ffcb899b..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