Rails 7.1 db:prepare to load schema if the database already exists but is empty
Rails 7.1 introduces a new feature to allow db:prepare to load schema if the database already exists but is empty. Also, it will dump the schema after migrations are run.