Skip to content
Snippets Groups Projects
Commit 11d1b98b authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

[skip ci] add uuid-ossp

parent 935bafc1
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ import django.contrib.postgres.fields.hstore ...@@ -6,6 +6,7 @@ import django.contrib.postgres.fields.hstore
import django.core.validators import django.core.validators
import django.db.models.deletion import django.db.models.deletion
import enumfields.fields import enumfields.fields
from django.contrib.postgres.operations import CreateExtension
from django.db import migrations, models from django.db import migrations, models
import arkindex.documents.dates import arkindex.documents.dates
...@@ -22,6 +23,7 @@ class Migration(migrations.Migration): ...@@ -22,6 +23,7 @@ class Migration(migrations.Migration):
] ]
operations = [ operations = [
CreateExtension('uuid-ossp'),
migrations.CreateModel( migrations.CreateModel(
name='AllowedMetaData', name='AllowedMetaData',
fields=[ fields=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment