Skip to content

Creating PG schema does not execute migration SQL #79

@pisaacs

Description

@pisaacs

Most of my migrations include execute SQL commands (e.g, 'ALTER SEQUENCE venues_id_seq RESTART 5000;'). The application successfully creates schemas under the primary Postgres database; however, after the schema is created, it appears not to include alters from my migration's 'execute <<-SQL' block.

Is this a limitation of the apartment gem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions