tests: ensure helper function actually updates database schema
This commit is contained in:
parent
aba919adca
commit
aecd10115e
3 changed files with 18 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ TEILCHEN_DATA_HEADER = "pk Name Description Number Tags".split()
|
|||
|
||||
class SammlerApp(App):
|
||||
async def on_mount(self) -> None:
|
||||
create_db_and_tables()
|
||||
create_db_and_tables(engine)
|
||||
self.push_screen(AddInventoryScreen())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue