dbmate/pkg/dbmate
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
..
db.go Add gometalinter (#36) 2018-04-15 19:59:56 -07:00
db_test.go Go 1.10 (#38) 2018-04-15 20:48:22 -07:00
driver.go Add wait command (#35) 2018-04-15 18:37:57 -07:00
driver_test.go Use require.NoError where appropriate (#39) 2018-04-15 20:47:24 -07:00
mysql.go Add gometalinter (#36) 2018-04-15 19:59:56 -07:00
mysql_test.go Go 1.10 (#38) 2018-04-15 20:48:22 -07:00
postgres.go Postgres: Add path to schema_migrations insert statement (#49) 2018-08-25 17:24:40 -07:00
postgres_test.go Postgres: Add path to schema_migrations insert statement (#49) 2018-08-25 17:24:40 -07:00
sqlite.go Add wait command (#35) 2018-04-15 18:37:57 -07:00
sqlite_test.go Use require.NoError where appropriate (#39) 2018-04-15 20:47:24 -07:00
utils.go Add dump command (#23) 2018-01-22 20:38:40 -08:00
utils_test.go Use require.NoError where appropriate (#39) 2018-04-15 20:47:24 -07:00
version.go Release v1.4.0 (#42) 2018-05-06 18:46:51 -07:00