0040_remove_service_active.py 395 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11.9 on 2018-01-21 18:52
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('services', '0039_auto_20180108_1355'),
  8. ]
  9. operations = [
  10. migrations.RemoveField(
  11. model_name='service',
  12. name='active',
  13. ),
  14. ]