Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Postgres drop misses schema_migrations table and sequences #328

@ryan0x44

Description

@ryan0x44

When using the drop feature, all tables except for schema_migrations are removed, and no sequences are removed.

Looking at the Postgres package Drop method this seems true also:
https://github.com/mattes/migrate/blob/master/database/postgres/postgres.go#L219-L254

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions