From a8f8c317f9c352e107ef7c6c3990bec9d87c91e7 Mon Sep 17 00:00:00 2001
From: Joseph Schorr <joseph.schorr@coreos.com>
Date: Sun, 19 Apr 2015 15:20:01 -0400
Subject: [PATCH] Fix branch in alembic migrations

---
 .../4ce2169efd3b_add_reversion_column_to_the_tags_table.py    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py b/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py
index 9329942b0..733971ef1 100644
--- a/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py
+++ b/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py
@@ -1,14 +1,14 @@
 """Add reversion column to the tags table
 
 Revision ID: 4ce2169efd3b
-Revises: 2b4dc0818a5e
+Revises: 30c044b75632
 Create Date: 2015-04-16 17:10:16.039835
 
 """
 
 # revision identifiers, used by Alembic.
 revision = '4ce2169efd3b'
-down_revision = '2b4dc0818a5e'
+down_revision = '30c044b75632'
 
 from alembic import op
 import sqlalchemy as sa