parent
adc38078dd
commit
b2820c3913
@ -0,0 +1,9 @@ |
||||
class IdsToBigints2 < ActiveRecord::Migration[5.1] |
||||
def up |
||||
change_column :statuses_tags, :tag_id, :bigint |
||||
end |
||||
|
||||
def down |
||||
change_column :statuses_tags, :tag_id, :integer |
||||
end |
||||
end |
Loading…
Reference in new issue