diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/migrations/0013_auto_20200227_0827.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ctrack/caf/migrations/0013_auto_20200227_0827.py b/ctrack/caf/migrations/0013_auto_20200227_0827.py new file mode 100644 index 0000000..6aab6b4 --- /dev/null +++ b/ctrack/caf/migrations/0013_auto_20200227_0827.py @@ -0,0 +1,18 @@ +# Generated by Django 2.2.9 on 2020-02-27 08:27 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('organisations', '0004_auto_20200220_1634'), + ('caf', '0012_auto_20200226_2202'), + ] + + operations = [ + migrations.RenameModel( + old_name='CAFFileStore', + new_name='FileStore', + ), + ] |