Commit 3518e9ec authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Amend test table name so it doesn't clash.

Refs #21692 and 3efd1b8b.
parent 61cfcec5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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