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

#strong_migrations

0 posts0 participants0 posts today
zunda<p>あれれれれれ?</p><p>== 20180206000000 ChangeUserIdNonnullable: migrating ==========================</p><p>rake aborted!</p><p>StandardError: An error has occurred, this and all later migrations canceled:</p><p>=== Dangerous operation detected <a href="https://mastodon.zunda.ninja/tags/strong_migrations" class="mention hashtag" rel="tag">#<span>strong_migrations</span></a> ===</p>
zunda<p>どうしてくれよう…</p><p>== 20191212003415 IncreaseBackupSize: migrating ===============================<br />rake aborted!<br />StandardError: An error has occurred, this and all later migrations canceled:</p><p>=== Dangerous operation detected <a href="https://mastodon.zunda.ninja/tags/strong_migrations" class="mention hashtag" rel="tag">#<span>strong_migrations</span></a> ===</p><p>Changing the type of an existing column requires the entire<br />table and indexes to be rewritten. A safer approach is to:</p><p>1. Create a new column<br />2. Write to both columns<br />3. Backfill data from the old column to the new column<br />4. Move reads from the old column to the new column<br />5. Stop writing to the old column<br />6. Drop the old column</p><p>/app/db/migrate/20191212003415_increase_backup_size.rb:3:in `up&#39;</p>