Fix case for zeitwork

This commit is contained in:
Tom Hughes 2020-12-29 18:54:12 +00:00
parent 127880a73f
commit 5677877ed1

View 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