mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 07:36:20 +01:00
Minor corrections from merge.
This commit is contained in:
@@ -8,15 +8,10 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('optimer', '0001_initial'),
|
||||
('optimer', '0002_auto_20170413_0442'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='optimer',
|
||||
name='details',
|
||||
field=models.CharField(default='', max_length=254),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='optimer',
|
||||
name='doctrine',
|
||||
@@ -32,11 +27,6 @@ class Migration(migrations.Migration):
|
||||
name='fc',
|
||||
field=models.CharField(default='', max_length=254),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='optimer',
|
||||
name='location',
|
||||
field=models.CharField(default='', max_length=254),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='optimer',
|
||||
name='operation_name',
|
||||
Reference in New Issue
Block a user