Changes between Version 1 and Version 2 of Ticket #25313, comment 25
- Timestamp:
- May 29, 2021, 4:04:41 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25313, comment 25
v1 v2 1 The procedure in comment:2 5worked 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: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: 2 2 1. In the `change_user_type` function I mistakenly didn't change `ct.app_label = 'user'` to my apps name.. :( 3 3 2. I added `elidable=True` to the RunPython operation so that I could squash the migrations later on