20170924022025_ids_to_bigints2.rb (191B)
- 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
git clone https://hacktivis.me/git/mastofe.git
20170924022025_ids_to_bigints2.rb (191B)
- 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