Private
Public Access
forked from FOSS/AutoShop-Djimbo-Simple
feat: add Lolzteam payment integration
This commit is contained in:
@@ -162,6 +162,10 @@ async def prepare_database() -> None:
|
||||
import tgbot.database.db_users # noqa: F401
|
||||
|
||||
async with engine.begin() as conn:
|
||||
from tgbot.database.db_payments import ensure_payments_schema
|
||||
|
||||
await ensure_payments_schema(conn)
|
||||
|
||||
await conn.run_sync(Base.metadata.create_all)
|
||||
|
||||
from tgbot.database.db_payments import Paymentsx
|
||||
|
||||
Reference in New Issue
Block a user