From 15bee25031d00c1d3c5e9ae6cb94cddf24cf6ade Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Tue, 14 Jul 2020 21:33:41 +0200 Subject: [PATCH] Fix migration history --- .../migrations/{0002_extra_mark.py => 0003_extra_mark.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename aleksis/apps/alsijil/migrations/{0002_extra_mark.py => 0003_extra_mark.py} (98%) diff --git a/aleksis/apps/alsijil/migrations/0002_extra_mark.py b/aleksis/apps/alsijil/migrations/0003_extra_mark.py similarity index 98% rename from aleksis/apps/alsijil/migrations/0002_extra_mark.py rename to aleksis/apps/alsijil/migrations/0003_extra_mark.py index 15715ae1d..307d9168a 100644 --- a/aleksis/apps/alsijil/migrations/0002_extra_mark.py +++ b/aleksis/apps/alsijil/migrations/0003_extra_mark.py @@ -10,7 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ("sites", "0002_alter_domain_unique"), - ("alsijil", "0001_initial"), + ("alsijil", "0002_excuse_type"), ] operations = [ -- GitLab