You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/04/06 07:47:28 UTC

[superset] branch master updated: fix(migrations): reorder skipped 1.4 migrations (#19543)

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

villebro 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 e1ef2baad7 fix(migrations): reorder skipped 1.4 migrations (#19543)
e1ef2baad7 is described below

commit e1ef2baad7bd2081e94af93b5487afe96a7b8292
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Wed Apr 6 10:47:12 2022 +0300

    fix(migrations): reorder skipped 1.4 migrations (#19543)
---
 .../versions/abe27eaf93db_add_extra_config_column_to_alerts.py        | 4 ++--
 superset/migrations/versions/b92d69a6643c_rename_csv_to_file.py       | 4 ++--
 .../versions/f9847149153d_add_certifications_columns_to_slice.py      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/superset/migrations/versions/abe27eaf93db_add_extra_config_column_to_alerts.py b/superset/migrations/versions/abe27eaf93db_add_extra_config_column_to_alerts.py
index 5a20fc894a..2bc22cc2cf 100644
--- a/superset/migrations/versions/abe27eaf93db_add_extra_config_column_to_alerts.py
+++ b/superset/migrations/versions/abe27eaf93db_add_extra_config_column_to_alerts.py
@@ -17,14 +17,14 @@
 """add_extra_config_column_to_alerts
 
 Revision ID: abe27eaf93db
-Revises: aea15018d53b
+Revises: 0ca9e5f1dacd
 Create Date: 2021-12-02 12:03:20.691171
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "abe27eaf93db"
-down_revision = "aea15018d53b"
+down_revision = "0ca9e5f1dacd"
 
 import sqlalchemy as sa
 from alembic import op
diff --git a/superset/migrations/versions/b92d69a6643c_rename_csv_to_file.py b/superset/migrations/versions/b92d69a6643c_rename_csv_to_file.py
index 1f94445ff4..b816b24320 100644
--- a/superset/migrations/versions/b92d69a6643c_rename_csv_to_file.py
+++ b/superset/migrations/versions/b92d69a6643c_rename_csv_to_file.py
@@ -17,14 +17,14 @@
 """rename_csv_to_file
 
 Revision ID: b92d69a6643c
-Revises: 32646df09c64
+Revises: aea15018d53b
 Create Date: 2021-09-19 14:42:20.130368
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "b92d69a6643c"
-down_revision = "32646df09c64"
+down_revision = "aea15018d53b"
 
 import sqlalchemy as sa
 from alembic import op
diff --git a/superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py b/superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py
index a7e8a2239f..bc8f37fd03 100644
--- a/superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py
+++ b/superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py
@@ -17,7 +17,7 @@
 """add_certifications_columns_to_slice
 
 Revision ID: f9847149153d
-Revises: 0ca9e5f1dacd
+Revises: 32646df09c64
 Create Date: 2021-11-03 14:07:09.905194
 
 """
@@ -27,7 +27,7 @@ import sqlalchemy as sa
 from alembic import op
 
 revision = "f9847149153d"
-down_revision = "0ca9e5f1dacd"
+down_revision = "32646df09c64"
 
 
 def upgrade():