-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
Feature request: abiliy to use both .sql and .rs migrations #154
Comments
@jxs any idea how to approach this? |
Hi, maybe we could have a |
@jxs only makes sense if we check that the mixed migrations follow the sequential versioning pattern I guess |
I don't have deep knowledge of refinery, but... Why do we need 3 different macros? I think one is enough. wdyt? |
OK, please check my PR #170. |
Example usage could be:
src/store/migrations/mod.rs
:The text was updated successfully, but these errors were encountered: