X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ffe8dbaa2305511cb5d4e98d28afa492943ff2bf..52e5fa6ad78f375cec5a207a123a4aa3939c8ddf:/db/migrate/008_remove_segments.rb diff --git a/db/migrate/008_remove_segments.rb b/db/migrate/008_remove_segments.rb index 16968edad..a7d185e4c 100644 --- a/db/migrate/008_remove_segments.rb +++ b/db/migrate/008_remove_segments.rb @@ -82,6 +82,6 @@ class RemoveSegments < ActiveRecord::Migration end def self.down - raise IrreversibleMigration.new + raise ActiveRecord::IrreversibleMigration end end