Skip to content

stephane-klein/migrate-docker-compose-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomigrate issue 95 playground

In this playground, I want to test Postgres - add x-migrations-table-quoted url query option (#95) Pull Request.

$ docker-compose pull
$ docker-compose up -d postgres
$ docker-compose --profile gomigrate run --rm gomigrate
$ docker-compose exec postgres psql -U postgres postgres
postgres=# select * from gomigrate.schema_migrations ;
 version | dirty 
---------+-------
       1 | f
(1 row)

postgres=# \q

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published