fix(db): update __init__ export for postgres pool and dockerfiles
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
from db.database import init_db, get_db_connection
|
||||
from db.database import init_db, get_db_pool, close_db_pool
|
||||
from db.models import SourceChannel, TargetChannel, Post, Setting
|
||||
from db.repository import Repository
|
||||
|
||||
__all__ = ["init_db", "get_db_connection", "SourceChannel", "TargetChannel", "Post", "Setting", "Repository"]
|
||||
__all__ = ["init_db", "get_db_pool", "close_db_pool", "SourceChannel", "TargetChannel", "Post", "Setting", "Repository"]
|
||||
|
||||
Reference in New Issue
Block a user