From commits-return-1980-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Fri Dec 21 07:08:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 88AAF180627 for ; Fri, 21 Dec 2018 07:08:59 +0100 (CET) Received: (qmail 9853 invoked by uid 500); 21 Dec 2018 06:08:58 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 9844 invoked by uid 99); 21 Dec 2018 06:08:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2018 06:08:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F2B3D875D2; Fri, 21 Dec 2018 06:08:57 +0000 (UTC) Date: Fri, 21 Dec 2018 06:08:57 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Fix multiple db_migrations heads (#6560) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154537253762.18575.7369287704188014776@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fd0338614a95b4d13a85b0728c487bea35a295d7 X-Git-Newrev: 8c6ddbc842b03290d192b259732faa612faa0c39 X-Git-Rev: 8c6ddbc842b03290d192b259732faa612faa0c39 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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