Remove duplicate mtype column
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user