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 21:40:14 UTC

[superset] branch fix_heads created (now 5c4324f773)

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

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


      at 5c4324f773 fix: heads

This branch includes the following new commits:

     new 5c4324f773 fix: heads

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: fix: heads

Posted by be...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5c4324f773a46904442c92a86bc5a2685fe3d50b
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Thu Jun 29 14:40:05 2023 -0700

    fix: heads
---
 .../2023-06-29_18-38_240d23c7f86f_update_tag_model_w_description.py   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/migrations/versions/2023-06-29_18-38_240d23c7f86f_update_tag_model_w_description.py b/superset/migrations/versions/2023-06-29_18-38_240d23c7f86f_update_tag_model_w_description.py
index 84a2e68754..dd35582019 100644
--- a/superset/migrations/versions/2023-06-29_18-38_240d23c7f86f_update_tag_model_w_description.py
+++ b/superset/migrations/versions/2023-06-29_18-38_240d23c7f86f_update_tag_model_w_description.py
@@ -17,14 +17,14 @@
 """update_tag_model_w_description
 
 Revision ID: 240d23c7f86f
-Revises: 6fbe660cac39
+Revises: 8e5b0fb85b9a
 Create Date: 2023-06-29 18:38:30.033529
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "240d23c7f86f"
-down_revision = "6fbe660cac39"
+down_revision = "8e5b0fb85b9a"
 
 import sqlalchemy as sa
 from alembic import op