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 tootsuite/mastodon at 09c042aa10f2be4824fcb8e96c8a8ae6d324d12f.

Migrating to AddLockVersionToPolls (20190306145741)
== 20190306145741 AddLockVersionToPolls: migrating ============================
-- transaction_open?()
-> 0.0000s
-- execute("SET statement_timeout TO 0")
-> 0.0021s
-- transaction()
-- add_column(:polls, :lock_version, :integer, {:default=>nil})
-> 0.0050s
-- change_column_default(:polls, :lock_version, 0)
-> 0.0053s
-> 0.0149s
-- transaction_open?()
-> 0.0000s
-- exec_query("SELECT reltuples FROM pg_class WHERE relname = 'polls'")
-> 0.0021s
-- exec_query("SELECT \"polls\".\"id\" FROM \"polls\" ORDER BY \"polls\".\"id\" ASC LIMIT 1")
-> 0.0022s
-- Migrating polls.lock_version (~38 rows)
-- change_column_null(:polls, :lock_version, false)
-> 0.0028s
== 20190306145741 AddLockVersionToPolls: migrated (0.1676s) ===================