You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2023/06/29 02:10:35 UTC

[superset] branch customize_screenshot_width updated: Fix heads

This is an automated email from the ASF dual-hosted git repository.

beto pushed a commit to branch customize_screenshot_width
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/customize_screenshot_width by this push:
     new d15b4109f0 Fix heads
d15b4109f0 is described below

commit d15b4109f07a2dab86df91083361a7a4505df0f3
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Wed Jun 28 19:10:21 2023 -0700

    Fix heads
---
 ...2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/migrations/versions/2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py b/superset/migrations/versions/2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py
index 83185e18c7..16b46254d4 100644
--- a/superset/migrations/versions/2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py
+++ b/superset/migrations/versions/2023-06-27_16-54_8e5b0fb85b9a_add_custom_size_columns_to_report.py
@@ -17,7 +17,7 @@
 """Add custom size columns to report schedule
 
 Revision ID: 8e5b0fb85b9a
-Revises: 83e1abbe777f
+Revises: 6fbe660cac39
 Create Date: 2023-06-27 16:54:57.161475
 
 """
@@ -27,7 +27,7 @@ from alembic import op
 
 # revision identifiers, used by Alembic.
 revision = "8e5b0fb85b9a"
-down_revision = "83e1abbe777f"
+down_revision = "6fbe660cac39"
 
 
 def upgrade():