dbmate/pkg
Adam Sven Johnson 7603e83f0e Postgres: Add path to schema_migrations insert statement (#49)
Since Postgres 9.6.8, at the top of the output of `pg_dump` it adds the line:

```sql
SELECT pg_catalog.set_config('search_path', '', false);
```

We must provide an absolute table reference to avoid errors when importing schema.sql.
2018-08-25 17:24:40 -07:00
..
dbmate Postgres: Add path to schema_migrations insert statement (#49) 2018-08-25 17:24:40 -07:00