mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 21:10:17 +02:00
24 lines
488 B
Python
24 lines
488 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2017-04-13 04:42
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('optimer', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='optimer',
|
|
name='details',
|
|
),
|
|
migrations.RemoveField(
|
|
model_name='optimer',
|
|
name='location',
|
|
),
|
|
]
|