feat: add trigger_comment_body column to review_jobs table
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""add trigger comment body to review jobs
|
||||
|
||||
Revision ID: 0002_review_job_trigger_comment_body
|
||||
Revision ID: 0002_trigger_comment_body
|
||||
Revises: 0001_initial
|
||||
Create Date: 2026-05-22 20:15:00
|
||||
"""
|
||||
@@ -11,7 +11,7 @@ import sqlalchemy as sa
|
||||
from alembic import op
|
||||
|
||||
|
||||
revision: str = "0002_review_job_trigger_comment_body"
|
||||
revision: str = "0002_trigger_comment_body"
|
||||
down_revision: Union[str, None] = "0001_initial"
|
||||
branch_labels: Union[str, Sequence[str], None] = None
|
||||
depends_on: Union[str, Sequence[str], None] = None
|
||||
Reference in New Issue
Block a user