Merge branch 'fix/migrate' into 'fix/modelo_edicto'
Fix/migrate See merge request !55
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -63,6 +63,7 @@ class Migration(migrations.Migration): | @@ -63,6 +63,7 @@ class Migration(migrations.Migration): | ||
63 | models.UUIDField( | 63 | models.UUIDField( |
64 | default=uuid.uuid4, | 64 | default=uuid.uuid4, |
65 | editable=False, | 65 | editable=False, |
66 | + primary_key=True, | ||
66 | serialize=False, | 67 | serialize=False, |
67 | unique=True, | 68 | unique=True, |
68 | ), | 69 | ), |
-
Please register or login to post a comment