diff options
author | Jeremy Kescher <jeremy@kescher.at> | 2022-10-09 22:33:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-10 00:33:38 +0200 |
commit | 5f79200a5e39a5bf243068d040def2af35f211fc (patch) | |
tree | 6f1d7a6a56c9403a7db72e94555aea1027c78eb2 /db | |
parent | 32c3bd3c53d14e3b43dd17e639475046bcb41183 (diff) |
Remove/update old "tootsuite" references, except those needed for Docker (#19327)
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20170918125918_ids_to_bigints.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20170918125918_ids_to_bigints.rb b/db/migrate/20170918125918_ids_to_bigints.rb index bcb2e9eca..bf875e4e5 100644 --- a/db/migrate/20170918125918_ids_to_bigints.rb +++ b/db/migrate/20170918125918_ids_to_bigints.rb @@ -80,7 +80,7 @@ class IdsToBigints < ActiveRecord::Migration[5.1] say 'This migration has some sections that can be safely interrupted' say 'and restarted later, and will tell you when those are occurring.' say '' - say 'For more information, see https://github.com/tootsuite/mastodon/pull/5088' + say 'For more information, see https://github.com/mastodon/mastodon/pull/5088' 10.downto(1) do |i| say "Continuing in #{i} second#{i == 1 ? '' : 's'}...", true |