This is an automated email from the ASF dual-hosted git repository.
bkyryliuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 94d4d55 Fix alembic migration (#11110)
94d4d55 is described below
commit 94d4d55908fd0d15e91f9f70c501ea8d73385881
Author: Bogdan <[email protected]>
AuthorDate: Tue Sep 29 16:35:00 2020 -0700
Fix alembic migration (#11110)
Co-authored-by: bogdan kyryliuk <[email protected]>
---
.../versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
b/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
index 3822401..f4c5af1 100644
---
a/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
+++
b/superset/migrations/versions/18532d70ab98_fix_table_unique_constraint_in_mysql.py
@@ -17,14 +17,14 @@
"""Delete table_name unique constraint in mysql
Revision ID: 18532d70ab98
-Revises: e5ef6828ac4e
+Revises: 3fbbc6e8d654
Create Date: 2020-09-25 10:56:13.711182
"""
# revision identifiers, used by Alembic.
revision = "18532d70ab98"
-down_revision = "e5ef6828ac4e"
+down_revision = "3fbbc6e8d654"
from alembic import op