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

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

Merged tootsuite/mastodon at aaf91abffae590b2db1b9e6a7dd2a9e2b06b06ca.

zunda

== 20200620164023 AddFixedLowercaseIndexToAccounts: migrating =================
[strong_migrations] DANGER: No lock timeout set
-- index_name_exists?(:accounts, "old_index_accounts_on_username_and_domain_lower")
-> 0.0026s
-- rename_index(:accounts, "index_accounts_on_username_and_domain_lower", "old_index_accounts_on_username_and_domain_lower")
-> 0.0164s
-- add_index(:accounts, "lower (username), COALESCE(lower(domain), '')", {:name=>"index_accounts_on_username_and_domain_lower", :unique=>true, :algorithm=>:concurrently})
-> 0.2857s
-- remove_index(:accounts, {:name=>"old_index_accounts_on_username_and_domain_lower"})
-> 0.0085s
== 20200620164023 AddFixedLowercaseIndexToAccounts: migrated (0.3200s) ========