From f0456c9e049d93ccac791a14dbe85352e4900e3a Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Wed, 17 Jul 2019 20:43:12 +0530 Subject: [PATCH] recreated migration file --- ...profile_wallpaper.py => 0040_profile_profile_wallpaper.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/dashboard/migrations/{0037_profile_profile_wallpaper.py => 0040_profile_profile_wallpaper.py} (77%) diff --git a/app/dashboard/migrations/0037_profile_profile_wallpaper.py b/app/dashboard/migrations/0040_profile_profile_wallpaper.py similarity index 77% rename from app/dashboard/migrations/0037_profile_profile_wallpaper.py rename to app/dashboard/migrations/0040_profile_profile_wallpaper.py index 8f87bce25c5..a134f3d9320 100644 --- a/app/dashboard/migrations/0037_profile_profile_wallpaper.py +++ b/app/dashboard/migrations/0040_profile_profile_wallpaper.py @@ -1,4 +1,4 @@ -# Generated by Django 2.1.7 on 2019-06-24 23:52 +# Generated by Django 2.1.7 on 2019-07-17 15:12 from django.db import migrations, models @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ('dashboard', '0036_auto_20190624_1937'), + ('dashboard', '0039_auto_20190709_1907'), ] operations = [