fix: removing migration check after dropping column in table (#35742)
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user