Skip to content
Snippets Groups Projects
Unverified Commit 0bc90968 authored by Ikko Ashimine's avatar Ikko Ashimine Committed by GitHub
Browse files

Fix typo in db.rake (#16126)

occured -> occurred
parent d0fc69d7
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ namespace :db do
unless %w(C POSIX).include?(ActiveRecord::Base.connection.select_one('SELECT datcollate FROM pg_database WHERE datname = current_database();')['datcollate'])
warn <<~WARNING
Your database collation is susceptible to index corruption.
(This warning does not indicate that index corruption has occured and can be ignored)
(This warning does not indicate that index corruption has occurred and can be ignored)
(To learn more, visit: https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/)
WARNING
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment