You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/08/30 00:38:19 UTC

[incubator-superset] branch update-annotation-model updated: update version

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

hugh pushed a commit to branch update-annotation-model
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/update-annotation-model by this push:
     new e44df93  update version
e44df93 is described below

commit e44df932927e40588c88ed57257ab60b322d8049
Author: Hugh Miles <hm...@lyft.com>
AuthorDate: Wed Aug 29 17:30:53 2018 -0700

    update version
---
 .../versions/55e910a74826_add_metadata_column_to_annotation_model_.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/migrations/versions/55e910a74826_add_metadata_column_to_annotation_model_.py b/superset/migrations/versions/55e910a74826_add_metadata_column_to_annotation_model_.py
index dea5ec2..17c2419 100644
--- a/superset/migrations/versions/55e910a74826_add_metadata_column_to_annotation_model_.py
+++ b/superset/migrations/versions/55e910a74826_add_metadata_column_to_annotation_model_.py
@@ -1,14 +1,14 @@
 """add_metadata_column_to_annotation_model.py
 
 Revision ID: 55e910a74826
-Revises: 40a0a483dd12
+Revises: 1a1d627ebd8e
 Create Date: 2018-08-29 14:35:20.407743
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '55e910a74826'
-down_revision = '40a0a483dd12'
+down_revision = '1a1d627ebd8e'
 
 from alembic import op
 import sqlalchemy as sa