You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2022/07/07 14:33:21 UTC

[superset] branch master updated: fix: migration revisions from #19532 (#20641)

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

dpgaspar 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 4bfa622d02 fix: migration revisions from #19532 (#20641)
4bfa622d02 is described below

commit 4bfa622d02819dc9d6f6dc252a7ddd2137d12397
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Thu Jul 7 15:33:11 2022 +0100

    fix: migration revisions from #19532 (#20641)
---
 ... 2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/migrations/versions/cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py b/superset/migrations/versions/2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
similarity index 97%
rename from superset/migrations/versions/cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
rename to superset/migrations/versions/2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
index 8b12661ecd..207cffb417 100644
--- a/superset/migrations/versions/cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
+++ b/superset/migrations/versions/2022-07-07_00-00_cdcf3d64daf4_add_user_id_dttm_idx_to_log_model.py
@@ -24,7 +24,7 @@ Create Date: 2022-04-05 13:27:06.028908
 
 # revision identifiers, used by Alembic.
 revision = "cdcf3d64daf4"
-down_revision = "b0d0249074e4"
+down_revision = "c747c78868b6"
 
 
 from alembic import op