share "__diesel_schema_migrations" #2701
Unanswered
nicraMarcin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This is nothing that is supported by diesel. Additionally we do not plan to support this. That written #2657 should allow you to roll out your own migration harness to configure in whatever way you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm going to write a simple app with microservices. All microservices will share the same database but should have seperate schema migratios table.
For example:
How can I to prefix schema migrations table?
Beta Was this translation helpful? Give feedback.
All reactions