Open
Description
Is it possible to specify the schema of the migrations table? I'd like to separate tables by schema, and have separate migrations for each schema. That way, I can do drop schema ... cascade
to recreate parts of my database. This would allow me to iterate fast on a schema while preserving any information I might have in other schemas.
Metadata
Metadata
Assignees
Labels
No labels