#更改数据库

This commit is contained in:
Bob 2020-10-26 00:00:52 +08:00
parent 7d73ac7c22
commit e0245512c9
1 changed files with 0 additions and 1 deletions

View File

@ -750,7 +750,6 @@ class TimelinessMonitoring(models.Model):
# 错别字临时表
class Wrongly(models.Model):
id = models.UUIDField('id', primary_key=True, default=uuid.uuid4)
error = models.CharField('错误', max_length=256, null=True, blank=True)