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

beto 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 ef79757  Merge heads (#6729)
ef79757 is described below

commit ef79757973744fc7461ee0c2709546544ba591df
Author: Beto Dealmeida <[email protected]>
AuthorDate: Fri Jan 18 16:04:06 2019 -0800

    Merge heads (#6729)
    
    * Merge heads
    
    * Add ASF header
---
 superset/migrations/versions/18dc26817ad2_.py | 38 +++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/superset/migrations/versions/18dc26817ad2_.py 
b/superset/migrations/versions/18dc26817ad2_.py
new file mode 100644
index 0000000..d1ab9e0
--- /dev/null
+++ b/superset/migrations/versions/18dc26817ad2_.py
@@ -0,0 +1,38 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+"""empty message
+
+Revision ID: 18dc26817ad2
+Revises: ('8b70aa3d0f87', 'a33a03f16c4a')
+Create Date: 2019-01-18 14:56:26.307684
+
+"""
+
+# revision identifiers, used by Alembic.
+revision = '18dc26817ad2'
+down_revision = ('8b70aa3d0f87', 'a33a03f16c4a')
+
+from alembic import op
+import sqlalchemy as sa
+
+
+def upgrade():
+    pass
+
+
+def downgrade():
+    pass

Reply via email to