rickbergfalk/postgrator

How to use different schemas with Postgres?

Opened this issue · 1 comments

Hello
The doc mentions the "SET search_path" command. Is there an easy way to runn this command prior to postgrator migrations? Will postgrator create a schemaversion table in the specified schema?
Thanks in advance for your help

Alex

The search_path will be set and run automatically prior to running migrations, so there shouldn't be any need to run it yourself. It is more an implementation detail so that you are aware how it is accomplishing things.