mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-01 00:50:01 +01:00
5 lines
88 B
Python
5 lines
88 B
Python
from database.database import create_tables, drop_tables
|
|
|
|
drop_tables()
|
|
create_tables()
|