Skip to content

Commit

Permalink
关联慢日志表名
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Jul 30, 2018
1 parent e3d9ce3 commit 68499e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ class SlowQueryHistory(models.Model):

class Meta:
managed = False
db_table = 'mysql_slow_query_review_history'
unique_together = ('checksum', 'ts_min', 'ts_max')
index_together = ('hostname_max', 'ts_min')
verbose_name = u'慢日志明细'
Expand Down

0 comments on commit 68499e4

Please sign in to comment.