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 2023/06/07 20:06:10 UTC

[superset] branch master updated: chore: reorder k-v migration for 2.1.1 (#24306)

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 5d3c1d2222 chore: reorder k-v migration for 2.1.1 (#24306)
5d3c1d2222 is described below

commit 5d3c1d2222340c4ea35d6159451c42f1eb0cd83f
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Wed Jun 7 23:06:02 2023 +0300

    chore: reorder k-v migration for 2.1.1 (#24306)
---
 .../2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py       | 4 ++--
 ...2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py | 4 ++--
 .../2023-05-11_12-41_4ea966691069_cross_filter_global_scoping.py      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/superset/migrations/versions/2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py b/superset/migrations/versions/2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py
index d1c4197b53..b5a00eec83 100644
--- a/superset/migrations/versions/2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py
+++ b/superset/migrations/versions/2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py
@@ -17,14 +17,14 @@
 """remove_show_native_filters
 
 Revision ID: c0a3ea245b61
-Revises: f3c2d8ec8595
+Revises: 9c2a5681ddfd
 Create Date: 2023-02-28 14:46:59.597847
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "c0a3ea245b61"
-down_revision = "f3c2d8ec8595"
+down_revision = "9c2a5681ddfd"
 
 import json
 
diff --git a/superset/migrations/versions/2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py b/superset/migrations/versions/2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py
index e840919de4..6e55f3ddc9 100644
--- a/superset/migrations/versions/2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py
+++ b/superset/migrations/versions/2023-05-01_12-03_9c2a5681ddfd_convert_key_value_entries_to_json.py
@@ -17,14 +17,14 @@
 """convert key-value entries to json
 
 Revision ID: 9c2a5681ddfd
-Revises: 7e67aecbf3f1
+Revises: f3c2d8ec8595
 Create Date: 2023-05-01 12:03:17.079862
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "9c2a5681ddfd"
-down_revision = "7e67aecbf3f1"
+down_revision = "f3c2d8ec8595"
 
 import io
 import json
diff --git a/superset/migrations/versions/2023-05-11_12-41_4ea966691069_cross_filter_global_scoping.py b/superset/migrations/versions/2023-05-11_12-41_4ea966691069_cross_filter_global_scoping.py
index eac4f0a2b6..0d16acb250 100644
--- a/superset/migrations/versions/2023-05-11_12-41_4ea966691069_cross_filter_global_scoping.py
+++ b/superset/migrations/versions/2023-05-11_12-41_4ea966691069_cross_filter_global_scoping.py
@@ -17,14 +17,14 @@
 """cross-filter-global-scoping
 
 Revision ID: 4ea966691069
-Revises: 9c2a5681ddfd
+Revises: 7e67aecbf3f1
 Create Date: 2023-05-11 12:41:38.095717
 
 """
 
 # revision identifiers, used by Alembic.
 revision = "4ea966691069"
-down_revision = "9c2a5681ddfd"
+down_revision = "7e67aecbf3f1"
 
 import copy
 import json