Drops the migration related stuff too. Just in case we want it again or it confuses people

This commit is contained in:
stumpylog
2026-04-16 15:02:34 -07:00
parent 94ef4817da
commit 89e2bba912
@@ -19,4 +19,8 @@ class Migration(migrations.Migration):
sql="DROP TABLE IF EXISTS django_celery_results_chordcounter;",
reverse_sql=migrations.RunSQL.noop,
),
migrations.RunSQL(
sql="DELETE FROM django_migrations WHERE app = 'django_celery_results';",
reverse_sql=migrations.RunSQL.noop,
),
]