mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Added db init file and updated README
This commit is contained in:
4
pilot/db_init.py
Normal file
4
pilot/db_init.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from database.database import create_tables, drop_tables
|
||||
|
||||
drop_tables()
|
||||
create_tables()
|
||||
Reference in New Issue
Block a user