mistercrunch closed pull request #6560: Fix multiple db_migrations heads
URL: https://github.com/apache/incubator-superset/pull/6560
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/superset/migrations/versions/a7ca4a272e0a_.py 
b/superset/migrations/versions/a7ca4a272e0a_.py
new file mode 100644
index 0000000000..9783977f5e
--- /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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to