Changes between Version 1 and Version 2 of Ticket #33507, comment 24


Ignore:
Timestamp:
Nov 13, 2025, 3:16:56 AM (3 days ago)
Author:
Christoph Bülter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33507, comment 24

    v1 v2  
    1212{{{#!python
    1313class Migration(migrations.Migration):
    14     dependencies = [
    15         ("myapp", "0123_previous"),
    16     ]
     14    ...
    1715    operations = [
    1816        # Update UUIDFields from CHAR(32) to UUID
Back to Top