mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
20 lines
545 B
Python
20 lines
545 B
Python
# Generated by Django 3.1.13 on 2021-10-12 20:21
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('eveonline', '0015_factions'),
|
|
('authentication', '0017_remove_fleetup_permission'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='state',
|
|
name='member_factions',
|
|
field=models.ManyToManyField(blank=True, help_text='Factions to whose members this state is available.', to='eveonline.EveFactionInfo'),
|
|
),
|
|
]
|