From fccb80aef58651c55c1c7ed37df8ae4d5755ba5a Mon Sep 17 00:00:00 2001 From: Ryan Gossiaux Date: Sat, 14 Dec 2024 23:06:54 -0800 Subject: [PATCH] Fix migration take 2 --- hunts/migrations/0017_alter_hunt_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunts/migrations/0017_alter_hunt_options.py b/hunts/migrations/0017_alter_hunt_options.py index 2f07fee9..111c7bd4 100644 --- a/hunts/migrations/0017_alter_hunt_options.py +++ b/hunts/migrations/0017_alter_hunt_options.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("hunts", "0016_alter_hunt_id_alter_huntsettings_id"), + ("hunts", "0016_hunt_discord_settings"), ] operations = [