db: add table article
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user