From 84f6f9e552a14345ce5ea2611ee39636be9ff60d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 27 Feb 2020 08:27:42 +0000 Subject: renamed CAFFileStore to FileStore --- ctrack/caf/migrations/0013_auto_20200227_0827.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ctrack/caf/migrations/0013_auto_20200227_0827.py (limited to 'ctrack/caf/migrations/0013_auto_20200227_0827.py') 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', + ), + ] -- cgit v1.2.3