🗃️ Apply patch to 31-4 database

This commit is contained in:
zhbaor 2022-10-16 11:18:23 +08:00
parent 93e90d231b
commit c7bbe9521d
4 changed files with 32 additions and 2 deletions

View file

@ -3,10 +3,10 @@ import sys
import requests
import io
sys.path.append("../../convert/31-2")
sys.path.append("../../convert/31-4")
from db import *
db.bind(provider="sqlite", filename="../../clean/31-2/data.sqlite3")
db.bind(provider="sqlite", filename="../../clean/31-4/data.sqlite3")
db.generate_mapping()