dbmate/pkg
Adrian Macneil ac718a23dc
postgres: Automatically create search_path schema when needed (#169)
In #167 we added support for specifying a postgres `search_path`, which is used to store the `schema_migrations` table. However, if the schema does not already exist it will cause an error.

In this PR we automatically create the first schema in the `search_path` if it does not exist.
2020-11-01 15:09:13 +13:00
..
dbmate postgres: Automatically create search_path schema when needed (#169) 2020-11-01 15:09:13 +13:00