X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/29a780eb1af9ca5f8b55e53cf89701b297707607..b17517e02cc9580b89a220d926292166aed25b9b:/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 ad0789ae3..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[5.0] +class DropSessionTable < ActiveRecord::Migration[4.2] def up drop_table "sessions" end