Changes between Initial Version and Version 1 of Ticket #24375, comment 3


Ignore:
Timestamp:
Mar 13, 2015, 4:30:03 PM (9 years ago)
Author:
Håkon Erichsen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24375, comment 3

    initial v1  
    1 Yes, great idea, 'initial' is an even better solution to this problem for all the reasons you mentioned. Neat bonus to get rid of the magic detection for initial migration!
     1Yes, great idea, `initial` is an even better solution to this problem for all the reasons you mentioned. Neat bonus to get rid of the magic detection for initial migration!
    22
    33For my particular problem I ended up making a custom AddField that simply does nothing if the field is already there. But an `initial` would certainly solve it, in my mind, more elegantly.
Back to Top