We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am working in a project where there is a Docker container with the command: sql-migrate up -config/init.yml.
sql-migrate up -config/init.yml
I would like to enable logs, but I can't change this command to postgres -c log_statement=all.
postgres -c log_statement=all
Is this possible to do with sql-migrate? If not, what would I need to hack/extend in order to make this possible?
sql-migrate
Or how is it internally being done? I tried finding it, but I couldn't connect the dots.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am working in a project where there is a Docker container with the command:
sql-migrate up -config/init.yml
.I would like to enable logs, but I can't change this command to
postgres -c log_statement=all
.Is this possible to do with
sql-migrate
? If not, what would I need to hack/extend in order to make this possible?Or how is it internally being done? I tried finding it, but I couldn't connect the dots.
The text was updated successfully, but these errors were encountered: