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

zunda

\Master?/ :saba: \ますたー/

Merged mastodon/mastodon at 8284110c55679b7ce7b3922cb0559620b03ca88c.

== 20220428112511 AddIndexStatusesOnAccountId: migrating
-- add_index(:statuses, [:account_id], {:name=>:index_statuses_on_account_id, :algorithm=>:concurrently})
-> 76.0616s

== 20220428112727 AddIndexStatusesPinsOnStatusId: migrating
-- add_index(:status_pins, [:status_id], {:name=>:index_status_pins_on_status_id, :algorithm=>:concurrently})
-> 0.0351s

== 20220428114454 AddIndexReportsOnAssignedAccountId: migrating
-- add_index(:reports, [:assigned_account_id], {:name=>:index_reports_on_assigned_account_id, :algorithm=>:concurrently, :where=>"assigned_account_id IS NOT NULL"})
-> 0.0064s

== 20220428114902 AddIndexReportsOnActionTakenByAccountId: migrating
-- add_index(:reports, [:action_taken_by_account_id], {:name=>:index_reports_on_action_taken_by_account_id, :algorithm=>:concurrently, :where=>"action_taken_by_account_id IS NOT NULL"})
-> 0.0130s