Remove duplicate mtype column

This commit is contained in:
Mark Veidemanis 2022-10-21 07:20:30 +01:00
parent 987ba6ed3c
commit 2933360560
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class DrilldownTable(Table):
mtype = Column() mtype = Column()
realname = Column() realname = Column()
server = Column() server = Column()
mtype = Column()
tokens = Column() tokens = Column()
lang_code = Column() lang_code = Column()
lang_name = Column() lang_name = Column()