projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add rails version number to migrations
[rails.git]
/
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 3935fb6b0687e1a2644fc3fc893a7551f62b446b..2edb658e4cc73611dc0d0e32be7bfec3855e5ec7 100644
(file)
--- a/
db/migrate/001_create_osm_db.rb
+++ b/
db/migrate/001_create_osm_db.rb
@@
-1,6
+1,6
@@
require "migrate"
-class CreateOsmDb < ActiveRecord::Migration
+class CreateOsmDb < ActiveRecord::Migration
[5.0]
def self.up
create_table "current_nodes", :id => false do |t|
t.column "id", :bigint, :null => false