fix: removing migration check after dropping column in table (#35742)

This commit is contained in:
Kira Miller
2024-10-30 09:12:35 -06:00
committed by GitHub
parent 3dbb99303b
commit 10a876ffbd

View File

@@ -1,7 +1,6 @@
"""Tests for util.db module."""
from io import StringIO
import unittest
import ddt
from django.core.management import call_command
@@ -121,7 +120,6 @@ class MigrationTests(TestCase):
Tests for migrations.
"""
@unittest.skip('Skipping temporarily to drop column in table')
@override_settings(MIGRATION_MODULES={})
def test_migrations_are_in_sync(self):
"""