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

[skip ci] add uuid-ossp

parent 562825e2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ import django.contrib.postgres.fields.hstore
import django.core.validators
import django.db.models.deletion
import enumfields.fields
from django.contrib.postgres.operations import CreateExtension
from django.db import migrations, models
import arkindex.documents.dates
......@@ -22,6 +23,7 @@ class Migration(migrations.Migration):
]
operations = [
CreateExtension('uuid-ossp'),
migrations.CreateModel(
name='AllowedMetaData',
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