chore(db): use a better way to export models and remove unused table (#11838)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN-
2024-12-20 14:12:29 +08:00
committed by GitHub
parent 2d186e1e76
commit 3599751f93
19 changed files with 206 additions and 91 deletions

View File

@@ -2,8 +2,7 @@ import json
from sqlalchemy.dialects.postgresql import JSONB
from extensions.ext_database import db
from .engine import db
from .types import StringUUID