Merge branch 'user_level_wikiq' of code.communitydata.cc:mediawiki_dump_tools into user_level_wikiq

This commit is contained in:
Nathan TeBlunthuis 2018-08-31 16:02:05 -07:00
commit 3af71f03e0

View File

@ -53,7 +53,7 @@ if __name__ == "__main__":
struct = struct.add("articleid",types.LongType(),True)
if read_collapse is True:
struct = struct.add("collapsed_revs", type.IntegerType(), True)
struct = struct.add("collapsed_revs", types.IntegerType(), True)
struct = struct.add("date_time",types.TimestampType(), True)
struct = struct.add("deleted",types.BooleanType(), True)