mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 06:19:15 +02:00
14 lines
329 B
Python
14 lines
329 B
Python
# Generated by Django 2.0.3 on 2018-04-03 16:20
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [("federation", "0001_initial")]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name="actor", unique_together={("domain", "preferred_username")}
|
|
)
|
|
]
|