diff options
Diffstat (limited to 'ctrack/caf/migrations/0012_auto_20200226_2202.py')
-rw-r--r-- | ctrack/caf/migrations/0012_auto_20200226_2202.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ctrack/caf/migrations/0012_auto_20200226_2202.py b/ctrack/caf/migrations/0012_auto_20200226_2202.py deleted file mode 100644 index 0dbfd17..0000000 --- a/ctrack/caf/migrations/0012_auto_20200226_2202.py +++ /dev/null @@ -1,17 +0,0 @@ -# Generated by Django 2.2.9 on 2020-02-26 22:02 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('caf', '0011_auto_20200225_0830'), - ] - - operations = [ - migrations.AlterModelOptions( - name='caffilestore', - options={}, - ), - ] |