diff options
Diffstat (limited to 'app/unused_apps/src/migrations/0004_auto_20191007_0905.py')
-rw-r--r-- | app/unused_apps/src/migrations/0004_auto_20191007_0905.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/unused_apps/src/migrations/0004_auto_20191007_0905.py b/app/unused_apps/src/migrations/0004_auto_20191007_0905.py deleted file mode 100644 index 6c223a0..0000000 --- a/app/unused_apps/src/migrations/0004_auto_20191007_0905.py +++ /dev/null @@ -1,17 +0,0 @@ -# Generated by Django 2.2.6 on 2019-10-07 09:05 - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('src', '0003_auto_20180707_0958'), - ] - - operations = [ - migrations.RenameModel( - old_name='Post', - new_name='SrcPost', - ), - ] |