This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 5ae645828f fix: db migration revision (#28556)
5ae645828f is described below
commit 5ae645828f112dbfe6c11ed81615321ef74fc813
Author: JUST.in DO IT <[email protected]>
AuthorDate: Thu May 16 14:10:29 2024 -0700
fix: db migration revision (#28556)
---
...-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/superset/migrations/versions/2024-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py
b/superset/migrations/versions/2024-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py
index 7af2038f64..b519c16b6a 100644
---
a/superset/migrations/versions/2024-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py
+++
b/superset/migrations/versions/2024-05-10_11-09_9621c6d56ffb_add_subject_column_to_report_schedule.py
@@ -17,7 +17,7 @@
"""add subject column to report schedule
Revision ID: 9621c6d56ffb
-Revises: 4081be5b6b74
+Revises: 87ffc36f9842
Create Date: 2024-05-10 11:09:12.046862
"""
@@ -27,7 +27,7 @@ from alembic import op
# revision identifiers, used by Alembic.
revision = "9621c6d56ffb"
-down_revision = "4081be5b6b74"
+down_revision = "87ffc36f9842"
def upgrade():