projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'upstream/pull/5144'
[rails.git]
/
db
/
migrate
/
054_refactor_map_bug_tables.rb
diff --git
a/db/migrate/054_refactor_map_bug_tables.rb
b/db/migrate/054_refactor_map_bug_tables.rb
index 588f654d0974527065824c4fb28b71726d877ba0..23221c7b1a25090836e628daec68df863a56177f 100644
(file)
--- a/
db/migrate/054_refactor_map_bug_tables.rb
+++ b/
db/migrate/054_refactor_map_bug_tables.rb
@@
-1,6
+1,4
@@
-require 'migrate'
-
-class RefactorMapBugTables < ActiveRecord::Migration
+class RefactorMapBugTables < ActiveRecord::Migration[4.2]
def self.up
create_table :map_bug_comment do |t|
t.column :bug_id, :bigint, :null => false