Skip to content

Commit

Permalink
Fix database issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilije1990 committed Dec 28, 2023
1 parent 400e78b commit 88de713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ async def drop_db(payload: Payload):
else:
pass

from cognitive_architecture.database.postgres import create_database, create_admin_engine
from cognitive_architecture.database.create_database_tst import create_database, create_admin_engine

engine = create_admin_engine(username, password, host, database_name)
create_database(engine)
Expand Down

0 comments on commit 88de713

Please sign in to comment.