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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, when I run sqlx migrate it will create a table _sqlx_migrations in the database.
sqlx migrate
_sqlx_migrations
It is not critical but it would be nice to be able to rename migration table to something else, or even put it in different schema.
The text was updated successfully, but these errors were encountered:
This would be really helpful, please.
There is also a security problem to avoid leaking the technology used (sqlx in this case).
@phungleson have you found a way?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, when I run
sqlx migrate
it will create a table_sqlx_migrations
in the database.It is not critical but it would be nice to be able to rename migration table to something else, or even put it in different schema.
The text was updated successfully, but these errors were encountered: