summaryrefslogtreecommitdiff
path: root/tests/schema/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/schema/models.py')
-rw-r--r--tests/schema/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema/models.py b/tests/schema/models.py
index c4c8225970..67cfcf6a89 100644
--- a/tests/schema/models.py
+++ b/tests/schema/models.py
@@ -111,7 +111,7 @@ class Thing(models.Model):
when = models.CharField(max_length=1, primary_key=True)
class Meta:
- db_table = 'select'
+ db_table = 'drop'
def __str__(self):
return self.when