projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix call to UserMailer in message delivery
[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 e29ec070482643ce292bd872dccc43983a29b7e2..4bd713bd7823b852de3b7b0e85feacd5ea43ab5d 100644
(file)
--- a/
db/migrate/054_refactor_map_bug_tables.rb
+++ b/
db/migrate/054_refactor_map_bug_tables.rb
@@
-1,6
+1,6
@@
require "migrate"
-class RefactorMapBugTables < ActiveRecord::Migration[
5.0
]
+class RefactorMapBugTables < ActiveRecord::Migration[
4.2
]
def self.up
create_table :map_bug_comment do |t|
t.column :bug_id, :bigint, :null => false