class method
self.dump_schemas
Ruby on Rails 7.2.3
Since v7.2.3Specifies which database schemas to dump when calling db:schema:dump. If the value is :schema_search_path (the default), any schemas listed in schema_search_path are dumped. Use :all to dump all schemas regardless of schema_search_path, or a string of comma separated schemas for a custom list.
Source
# File activerecord/lib/active_record.rb, line 435
singleton_class.attr_accessor :dump_schemas
Defined in activerecord/lib/active_record.rb line 435
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord