mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 21:39:59 +08:00
Fix a flake8 error in 0b00036c540f_add_log_messages_table.py
This commit is contained in:
@@ -15,7 +15,8 @@ import sqlalchemy as sa
|
||||
|
||||
|
||||
def upgrade():
|
||||
op.create_table("log_messages",
|
||||
op.create_table(
|
||||
"log_messages",
|
||||
sa.Column("id", sa.Integer(), nullable=False),
|
||||
sa.Column("component_build_id", sa.Integer(), nullable=True),
|
||||
sa.Column("module_build_id", sa.Integer(), nullable=False),
|
||||
|
||||
Reference in New Issue
Block a user