|
|
|
|
|
by pas
2694 days ago
|
|
> This is kind of bad when you are doing transactions because the bad statement will taint your transaction and you will need to restart from the beginning. Why is this bad? Can you handle this on the application side somehow? Even if it just means restarting Rails when the migration has finished. Or the problem is that you want 0 downtime and 0 UX impact migration? |
|
as you guessed restarting rails does fix the problem but the issue is no zero downtime migrations for migrations that should be trivially safe. ie adding a column