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/6520'
[rails.git]
/
db
/
migrate
/
056_add_date_closed.rb
diff --git
a/db/migrate/056_add_date_closed.rb
b/db/migrate/056_add_date_closed.rb
index 7b1a3233d9a389cd3c3117621b6eda6be9fe5cbd..3ea5ce81369b870760c64beee43397b169299f6f 100644
(file)
--- a/
db/migrate/056_add_date_closed.rb
+++ b/
db/migrate/056_add_date_closed.rb
@@
-1,6
+1,6
@@
-require "migrate"
+# frozen_string_literal: true
-class AddDateClosed < ActiveRecord::Migration[
5.0
]
+class AddDateClosed < ActiveRecord::Migration[
4.2
]
def self.up
add_column :map_bugs, :date_closed, :timestamp
end