File: 0007_test_remove_onetoone_field_part2.py

package info (click to toggle)
mssql-django 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 5,289; sh: 105; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by Django 3.0.4 on 2020-04-20 14:59

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('testapp', '0006_test_remove_onetoone_field_part1'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='testremoveonetoonefieldmodel',
            name='b',
        ),
    ]