Remove duplicate mtype column
This commit is contained in:
parent
987ba6ed3c
commit
2933360560
|
@ -64,7 +64,6 @@ class DrilldownTable(Table):
|
|||
mtype = Column()
|
||||
realname = Column()
|
||||
server = Column()
|
||||
mtype = Column()
|
||||
tokens = Column()
|
||||
lang_code = Column()
|
||||
lang_name = Column()
|
||||
|
|
Loading…
Reference in New Issue