mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 03:33:55 +02:00
Stop table reset of better persistent tables. (#373)
This commit is contained in:
@ -183,6 +183,9 @@ def full_db(empty_db: Session, finance_statements: list[dict[str, Any]]) -> Sess
|
||||
for finance_statement in finance_statements
|
||||
]
|
||||
)
|
||||
empty_db.add(
|
||||
entities.MissingCompany(name="Some company missing", zip_code="", city="")
|
||||
)
|
||||
empty_db.commit()
|
||||
# print(pd.read_sql_table("company", empty_db.bind).to_string())
|
||||
return empty_db
|
||||
|
Reference in New Issue
Block a user