]> cat aescling's git repositories - mastodon.git/commit
Hardcode IdToBigints migration columns (#5039)
authoraschmitz <andy.schmitz@gmail.com>
Fri, 22 Sep 2017 11:20:04 +0000 (06:20 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 22 Sep 2017 11:20:04 +0000 (13:20 +0200)
commitdd4ef69839c78e4220cd821bc3ad369eb6e41fa7
tree5925d9884d3caf37e3538f0c0f6bc24f9ee30ec9
parentd4f80824f7559066926e62ef66b1198fdefee11e
Hardcode IdToBigints migration columns (#5039)

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.
db/migrate/20170918125918_ids_to_bigints.rb [new file with mode: 0644]
db/schema.rb