MCPcopy
hub / github.com/django/django / assertIndexNotExists

Method assertIndexNotExists

tests/migrations/test_base.py:118–119  ·  view source on GitHub ↗
(self, table, columns)

Source from the content-addressed store, hash-verified

116 )
117
118 def assertIndexNotExists(self, table, columns):
119 return self.assertIndexExists(table, columns, False)
120
121 def assertIndexNameExists(self, table, index, using="default"):
122 with connections[using].cursor() as cursor:

Calls 1

assertIndexExistsMethod · 0.95

Tested by

no test coverage detected