Changes between Version 1 and Version 2 of Ticket #33507, comment 24
- Timestamp:
- Nov 13, 2025, 3:16:56 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33507, comment 24
v1 v2 12 12 {{{#!python 13 13 class Migration(migrations.Migration): 14 dependencies = [ 15 ("myapp", "0123_previous"), 16 ] 14 ... 17 15 operations = [ 18 16 # Update UUIDFields from CHAR(32) to UUID