fix invalid db name
Change-Id: I365f175073e41bc6ff444af8e27f707c3dc85055
This commit is contained in:
parent
e6c5ee6fc4
commit
cdf6c050b6
@ -133,7 +133,7 @@ def upgrade() -> None:
|
||||
|
||||
# create anomaly record table
|
||||
op.create_table(
|
||||
't_mo_anomaly_rules',
|
||||
't_mo_anomaly_record',
|
||||
sa.Column('id', sa.String(64), nullable=False, primary_key=True),
|
||||
sa.Column('title', sa.String(1024), nullable=True,
|
||||
primary_key=False),
|
||||
|
Loading…
x
Reference in New Issue
Block a user