Changes between Initial Version and Version 1 of Ticket #34568, comment 1


Ignore:
Timestamp:
May 16, 2023, 5:01:12 AM (12 months ago)
Author:
David Sanders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34568, comment 1

    initial v1  
    1 This is my first time using `--update` and here are a few other observations which could indicate that it requires broader discussion:
    2 
    3  - It doesn't utilise the `--name` argument so it's impossible to customise the name during `--update`
    4  - 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 non-null update into the migration but `--update` optimizes this into a single step.
    5 
    6 Perhaps `--update` requires a rethink?
     1<moved to description>
Back to Top