diff options
Diffstat (limited to 'bak/unused_apps/jrnl/migrations/0050_auto_20191206_0741.py')
-rw-r--r-- | bak/unused_apps/jrnl/migrations/0050_auto_20191206_0741.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bak/unused_apps/jrnl/migrations/0050_auto_20191206_0741.py b/bak/unused_apps/jrnl/migrations/0050_auto_20191206_0741.py new file mode 100644 index 0000000..b732b68 --- /dev/null +++ b/bak/unused_apps/jrnl/migrations/0050_auto_20191206_0741.py @@ -0,0 +1,18 @@ +# Generated by Django 2.2.6 on 2019-12-06 07:41 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('jrnl', '0049_entry_newrelated'), + ] + + operations = [ + migrations.RenameField( + model_name='entry', + old_name='newrelated', + new_name='related', + ), + ] |