diff options
Diffstat (limited to 'bak/unused_apps/jrnl/migrations/0047_auto_20191110_0859.py')
-rw-r--r-- | bak/unused_apps/jrnl/migrations/0047_auto_20191110_0859.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bak/unused_apps/jrnl/migrations/0047_auto_20191110_0859.py b/bak/unused_apps/jrnl/migrations/0047_auto_20191110_0859.py new file mode 100644 index 0000000..28d3866 --- /dev/null +++ b/bak/unused_apps/jrnl/migrations/0047_auto_20191110_0859.py @@ -0,0 +1,18 @@ +# Generated by Django 2.2.6 on 2019-11-10 08:59 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('jrnl', '0046_remove_entry_books'), + ] + + operations = [ + migrations.RenameField( + model_name='entry', + old_name='books_new', + new_name='books', + ), + ] |