fix invalid db name

Change-Id: I365f175073e41bc6ff444af8e27f707c3dc85055
This commit is contained in:
inspurericzhang 2023-08-01 01:50:58 +00:00
parent e6c5ee6fc4
commit cdf6c050b6

View File

@ -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),