Gab Social. All are welcome.
This commit is contained in:
9
db/migrate/20170924022025_ids_to_bigints2.rb
Normal file
9
db/migrate/20170924022025_ids_to_bigints2.rb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user