Changes between Version 8 and Version 9 of Ticket #31416, comment 16


Ignore:
Timestamp:
Apr 18, 2020, 7:09:15 AM (4 years ago)
Author:
Nan Liu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31416, comment 16

    v8 v9  
    1515}}}
    1616
    17 In this case, it should've been `["RemoveField", "RemoveField", "CreateModel", "CreateModel"]`, but currently it is `["CreateModel", "CreateModel", "RemoveField", "RemoveField"]`. But the program is still able to solve the issue when `makemigrations`. How can I create one migration for `Readable` first and then create the second one for the updated models?
     17In this case, it should've been `["RemoveField", "RemoveField", "CreateModel", "CreateModel"]`, but currently it is `["CreateModel", "CreateModel", "RemoveField", "RemoveField"]`. How can I create one migration for `Readable` first and then create the second one for the updated models?
Back to Top