diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-03 15:19:08 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-04-03 15:19:08 +0100 |
commit | 3591b1b87793a2734718390691bdde41af1f8bd0 (patch) | |
tree | 87b98b1fc755f8aabd83484deca73e09c54b84bd /ctrack/caf/migrations/0014_auto_20200228_2215.py | |
parent | c184c99575e03c8b0248b10c65ca234e11695e8d (diff) |
big migration reset
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/migrations/0014_auto_20200228_2215.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ctrack/caf/migrations/0014_auto_20200228_2215.py b/ctrack/caf/migrations/0014_auto_20200228_2215.py deleted file mode 100644 index f1d8c7a..0000000 --- a/ctrack/caf/migrations/0014_auto_20200228_2215.py +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by Django 2.2.9 on 2020-02-28 22:15 - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('caf', '0013_auto_20200227_0827'), - ] - - operations = [ - migrations.AlterField( - model_name='essentialservice', - name='caf', - field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='caf.CAF'), - ), - ] |