Added db init file and updated README

This commit is contained in:
Zvonimir Sabljic
2023-08-31 14:33:47 +02:00
parent 3db30d7904
commit 7e3f912a9e
2 changed files with 15 additions and 8 deletions

4
pilot/db_init.py Normal file
View File

@@ -0,0 +1,4 @@
from database.database import create_tables, drop_tables
drop_tables()
create_tables()