おシゴトつかれてきたなあと思って覗いてみたら楽しそうなの来てたよ
commit 97c02c3389b31b2459ffa157c91b7515ee1f626b
Make IdsToBigints (mostly!) non-blocking (#5088)
# Big Scary Warning
1. The change for tables' "id" columns is not concurrent
2. This migration will take a long time to run, *but it should not
lock tables during that time* (with the exception of the "id"
columns as described above)
@zundan あれ?気がついてなかった(もう適用しちゃった)
@yi0713 なんとなくもうbigintになってるデータベースには関係がないのかな?という気がします。これからこのインスタンスでマイグレーションが走るのでどうなるか見てみますね
@yi0713 rake db:migrateは何もせずに終わりました。Sidekiqにタスクが積まれてる可能性もありますがどうだろう