Skip to content

Commit c258568

Browse files
committed
add site as column to archive db
1 parent 5e6b47d commit c258568

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hypernets_processor/data_io/format/databases.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545

4646
# Archive Database
4747
ARCHIVE_DB = {"products": {"columns": {"product_name": {"type": str},
48-
"raw_product_name": {"type": str}
48+
"raw_product_name": {"type": str},
49+
"site": {"type": str}
4950
}
5051
}
5152
}

0 commit comments

Comments
 (0)