mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

おシゴトつかれてきたなあと思って覗いてみたら楽しそうなの来てたよ

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になってるデータベースには関係がないのかな?という気がします。これからこのインスタンスでマイグレーションが走るのでどうなるか見てみますね

zunda

@yi0713 rake db:migrateは何もせずに終わりました。Sidekiqにタスクが積まれてる可能性もありますがどうだろう