예제 #1
0
def drop_central_tables(con=None, close_connections=True):
    DBManager.create_central_tables(drop_existing_tables=True,
                                    con=con,
                                    close_connections=close_connections)
예제 #2
0
파일: main_logic.py 프로젝트: MischaDy/BA
def init_program():
    DBManager.create_central_tables(drop_existing_tables=False)
    Commands.initialize()