Schema Dump missing "IF NOT EXISTS" in create schema statement · Issue #38695 · rails/rails

Steps to reproduce Add public as one of the searchable schemas to schema_search_path in database.yml e.g. schema_search_path: auditing,other,public set config.active_record.schema_format = :sql in ...