| | 23 | |
| | 24 | |
| | 25 | EDIT: |
| | 26 | This is my first time using --update and here are a few other observations which could indicate that it requires broader discussion: |
| | 27 | |
| | 28 | - It doesn't utilise the --name argument so it's impossible to customise the name during --update |
| | 29 | - It'd be nice to provide --no-optimize option to --update, here's my use-case: 3-step non-null field addition. After doing nullable step 1, elidable data migration step 2, I want to merge the step 3 non-null update into the migration but --update optimizes this into a single step. |
| | 30 | |
| | 31 | Perhaps --update requires a rethink? |