🗃️ Apply patch to 31-4 database
This commit is contained in:
parent
93e90d231b
commit
c7bbe9521d
4 changed files with 32 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue