refactor(api): remove db tables and fix import paths

This commit is contained in:
2025-08-20 14:42:20 +05:00
parent 1b95c9825b
commit 571186151b
29 changed files with 23 additions and 254 deletions

View File

@@ -4,7 +4,7 @@ from sqlalchemy import select, update
from sqlalchemy.ext.asyncio import AsyncConnection
from enum import Enum
from api.db.tables.account import account_table, account_keyring_table, KeyType, KeyStatus
from orm.tables.account import account_table, account_keyring_table, KeyType, KeyStatus
from api.schemas.account.account import User
from api.schemas.account.account_keyring import AccountKeyring