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
/
20110925112722_rename_ids.rb
diff --git
a/db/migrate/20110925112722_rename_ids.rb
b/db/migrate/20110925112722_rename_ids.rb
index 9cdbaaa36bffae0a084cd1de588bb2065ae0806d..7d7aa8f949f9d903b58a220ff8a213167f1c2857 100644
(file)
--- a/
db/migrate/20110925112722_rename_ids.rb
+++ b/
db/migrate/20110925112722_rename_ids.rb
@@
-1,4
+1,4
@@
-class RenameIds < ActiveRecord::Migration
+class RenameIds < ActiveRecord::Migration
[5.0]
def change
rename_column :changeset_tags, :id, :changeset_id
rename_column :current_node_tags, :id, :node_id