poulpe/equipment/migrations/0003_auto_20180807_1843.py

23 lines
476 B
Python
Raw Normal View History

2018-08-07 20:29:37 +02:00
# -*- coding: utf-8 -*-
2018-08-07 20:43:56 +02:00
# Generated by Django 1.11.11 on 2018-08-07 18:43
2018-08-07 20:29:37 +02:00
from __future__ import unicode_literals
2018-08-07 20:43:56 +02:00
from django.db import migrations
2018-08-07 20:29:37 +02:00
class Migration(migrations.Migration):
dependencies = [
('equipment', '0002_auto_20180807_1658'),
]
operations = [
2018-08-07 20:43:56 +02:00
migrations.RemoveField(
2018-08-07 20:29:37 +02:00
model_name='equipment',
name='owner',
),
migrations.DeleteModel(
name='EquipmentOwner',
),
]