X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9a9b045372a6f48420a9a6dacfde52c34ab7abce..0bdf29f10bd290cfb6943e6b64a027927ebb8248:/db/migrate/001_create_osm_db.rb diff --git a/db/migrate/001_create_osm_db.rb b/db/migrate/001_create_osm_db.rb index 985997ac2..ddbfe259d 100644 --- a/db/migrate/001_create_osm_db.rb +++ b/db/migrate/001_create_osm_db.rb @@ -216,6 +216,5 @@ class CreateOsmDb < ActiveRecord::Migration add_index "ways", ["id"], :name => "ways_id_version_idx" end - def self.down - end + def self.down; end end