Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Accept prefix option for PostgreSQL v04 migration (#121)
The latest migration for PostgreSQL ignores the `prefix` option, causing the migration to fail when previous migrations were not using the `public` schema. This PR adds the `prefix` option to the `v04` migration.
- Loading branch information