Skip to content

Missing create_schema calls in schema.rb #303

@ryanb

Description

@ryanb

Steps to reproduce

Rails schema dump doesn't include create_schema calls in upcoming release due to #276.

Expected behavior

It would be nice if this were configurable. We have a few schemas that exist outside tenants that need to be included in schema.rb dump.

The only work-around appears to be to monkey-patch this monkey-patch to reverse the monkey-patch. 😉

Actual behavior

There's no way to configure it.

Let me know if you would like a PR to add a config option for this.

Thanks for your work on this gem! Looking forward to the next release.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions