2019-06-17 08:48:05 +02:00
|
|
|
# Generated by Django 2.2.2 on 2019-06-11 08:51
|
|
|
|
|
|
|
|
|
|
import django.contrib.postgres.fields.jsonb
|
|
|
|
|
import django.core.serializers.json
|
|
|
|
|
from django.db import migrations, models
|
2026-01-24 19:54:33 -03:00
|
|
|
import funquail_api.federation.models
|
2019-06-17 08:48:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
|
|
dependencies = [("federation", "0018_fetch")]
|
|
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
|
migrations.AddField(
|
|
|
|
|
model_name="domain",
|
|
|
|
|
name="allowed",
|
|
|
|
|
field=models.BooleanField(default=None, null=True),
|
|
|
|
|
)
|
|
|
|
|
]
|