Merge branch 'develop' of http://gitlab.catamarca.gob.ar/mvmiranda/boletin_api i…
…nto feature/#67_agregar_auditorias
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