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