standalone-migrations icon indicating copy to clipboard operation
standalone-migrations copied to clipboard

Remove default :schema value

Open mlarraz opened this issue 4 years ago • 1 comments

  • This does not work on Rails 7 (See https://github.com/thuss/standalone-migrations/issues/169)
  • This is actually redundant in all Rails versions supported by this library. If ENV['SCHEMA'] is not set, Rails has its own logic for determining the schema file name. By default, this will db/schema.rb.
  • Keeps the ability to set the schema via file if not already set by env var.

mlarraz avatar Apr 20 '22 19:04 mlarraz

Why isn't this merged?

karloscarweber avatar Aug 25 '22 18:08 karloscarweber

Thanks for this PR!

thuss avatar Nov 02 '23 17:11 thuss