]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/001_create_osm_db.rb
Revert "Switch to using the zeitwork autoloader"
[rails.git] / db / migrate / 001_create_osm_db.rb
index bc6a10ed670c70f54709ccd29e73bec2090b8266..3772c5dc2224a3b0da4ef74b92048c8e5e0b825f 100644 (file)
@@ -1,6 +1,6 @@
 require "migrate"
 
-class CreateOSMDb < ActiveRecord::Migration[4.2]
+class CreateOsmDb < ActiveRecord::Migration[4.2]
   def self.up
     create_table "current_nodes", :id => false do |t|
       t.column "id",        :bigint, :null => false