db: add table article

This commit is contained in:
konjacpotato
2026-02-15 15:27:21 +08:00
parent ddacea9166
commit a7d5306acc
4 changed files with 125 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from alembic import context
from models.base import Base
import models.source_content # 导入模型以注册到 Base.metadata
import models.article # 导入模型以注册到 Base.metadata
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.