]> git.openstreetmap.org Git - rails.git/commitdiff
Fix case for zeitwork
authorTom Hughes <tom@compton.nu>
Tue, 29 Dec 2020 18:54:12 +0000 (18:54 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 29 Dec 2020 18:54:12 +0000 (18:54 +0000)
db/migrate/001_create_osm_db.rb

index 3772c5dc2224a3b0da4ef74b92048c8e5e0b825f..bc6a10ed670c70f54709ccd29e73bec2090b8266 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