This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin 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 8c6ddbc Fix multiple db_migrations heads (#6560)
8c6ddbc is described below
commit 8c6ddbc842b03290d192b259732faa612faa0c39
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Thu Dec 20 22:08:52 2018 -0800
Fix multiple db_migrations heads (#6560)
---
superset/migrations/versions/a7ca4a272e0a_.py | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/superset/migrations/versions/a7ca4a272e0a_.py
b/superset/migrations/versions/a7ca4a272e0a_.py
new file mode 100644
index 0000000..9783977
--- /dev/null
+++ b/superset/migrations/versions/a7ca4a272e0a_.py
@@ -0,0 +1,22 @@
+"""empty message
+
+Revision ID: a7ca4a272e0a
+Revises: ('3e1b21cd94a4', 'cefabc8f7d38')
+Create Date: 2018-12-20 21:53:05.719149
+
+"""
+
+# revision identifiers, used by Alembic.
+revision = 'a7ca4a272e0a'
+down_revision = ('3e1b21cd94a4', 'cefabc8f7d38')
+
+from alembic import op
+import sqlalchemy as sa
+
+
+def upgrade():
+ pass
+
+
+def downgrade():
+ pass