change func name
Change-Id: I7482e6e309879d691ee24cdcf2d243136c98bf98
This commit is contained in:
parent
9f9c676e1d
commit
ba6ea75ef0
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user