Changes between Initial Version and Version 1 of Ticket #25313, comment 25


Ignore:
Timestamp:
May 29, 2021, 4:04:19 PM (3 years ago)
Author:
Max F.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25313, comment 25

    initial v1  
    1 The procedure in comment:24 worked perfectly for me on MySQL (ubuntu 16.04) and on SQLite (macOS 11.2.3). I had made a couple mistakes on my first attempt and wanted to leave some feedback for others going through the process:
     1The procedure in comment:25 worked perfectly for me on MySQL (ubuntu 16.04) and on SQLite (macOS 11.2.3). I had made a couple mistakes on my first attempt and wanted to leave some feedback for others going through the process:
    221. In the `change_user_type` function I mistakenly didn't change `ct.app_label = 'user'` to my apps name.. :(
    332. I added `elidable=True` to the RunPython operation so that I could squash the migrations later on
Back to Top