diff --git a/core/migrations/0004_answer_answer.py b/core/migrations/0004_answer_answer.py
index 572fa9c6901f4f0b454c7de5abe4b5dda715aa43..0b0158a735ef92ca4ab6b04a688f2c3bf13fbb73 100644
--- a/core/migrations/0004_answer_answer.py
+++ b/core/migrations/0004_answer_answer.py
@@ -6,7 +6,7 @@ from django.db import migrations, models
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('core', '0003_topgym_user_alter_answer_user_and_more'),
+        ('core', '0003_rename_t_expire_date_topgym_user_token_expire'),
     ]
 
     operations = [