From 65880d1472ddf17873f846902ddcd685ac048ac4 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 11 Oct 2020 07:04:32 +0200 Subject: [PATCH] Renamed migration file with typo. --- django_lostplaces/lostplaces/migrations/0003_voucher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_lostplaces/lostplaces/migrations/0003_voucher.py b/django_lostplaces/lostplaces/migrations/0003_voucher.py index 0fb7125..6fd6747 100644 --- a/django_lostplaces/lostplaces/migrations/0003_voucher.py +++ b/django_lostplaces/lostplaces/migrations/0003_voucher.py @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('lostplaces', '0002_reomve_vouchers'), + ('lostplaces', '0002_remove_vouchers'), ] operations = [