change func name

Change-Id: I7482e6e309879d691ee24cdcf2d243136c98bf98
This commit is contained in:
Frank Jia (贾思瑞) 2023-06-13 09:17:21 +08:00
parent 9f9c676e1d
commit ba6ea75ef0

View File

@ -62,7 +62,7 @@ def upgrade() -> None:
],
)
t_mo_custom_config = op.Table(
t_mo_custom_config = op.create_table(
't_mo_custom_config',
op.Column('id', op.String(64), primary_key=True),
op.Column('value', op.String(10240), nullable=False),