about summary refs log tree commit diff
path: root/db/migrate/20170918125918_ids_to_bigints.rb
AgeCommit message (Collapse)Author
2017-09-22Fix the migration error when deprecated_preview_cards has been deleted (#5043)nullkal
* Fix the migration error when deprecated_preview_cards has deleted * Re-run Travis CI
2017-09-22Hardcode IdToBigints migration columns (#5039)aschmitz
This addresses a comment during review: https://github.com/tootsuite/mastodon/pull/4801#discussion_r139337452 This means we'll need to make sure that all _id columns going forward are bigints, but that should happen automatically in most cases.