Remove duplicate mtype column

This commit is contained in:
2022-10-21 07:20:30 +01:00
parent 987ba6ed3c
commit 2933360560

View File

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