Fix case for zeitwork
This commit is contained in:
parent
127880a73f
commit
5677877ed1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue