mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:29:17 +02:00
17 lines
358 B
Python
17 lines
358 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')},
|
|
),
|
|
]
|