-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Use fizz migrations to generate SQL migrations #448
Comments
@zepatrik ping me when you work on this so we can take a look at the templating for the column names. |
You resolved this, right? |
Nope, this is still up. We will anyways have to do some manual post-processing, is it really worth adding fizz? E.g. Cockroach indexes can use the prefix, so we might remove some indexes there:
|
And we have to replace the table name with the template stuff |
Ok, it should still work with other things for fizz templating. Maybe we allow our small CLI script to support raw SQL templates too and then it just copies them over without changing anything? |
Moving this to next milestone, but it needs to be addressed! |
Describe the bug
The SQL migrations are currently handwritten and ignore the fizz templating pipeline we've built. The pipeline should be used instead.
The text was updated successfully, but these errors were encountered: