From ceb2b74494920cc859bd988d5197f21493f53d3c Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 3 Jun 2016 00:04:39 +0200 Subject: Fix: nailgun_syncdb upgrade to Fuel 9.0.1. Armband database migrations were applied on top of Fuel 8.0, creating two heads: 43b2cb64dae6 (branchpoint) -> 11a9adc6d36a -> f9b7fd91ac19 (head) Update our change to be applied on top of Fuel 9.0.1. Change-Id: If5b2ff1aa082227cebd268a2515b78a350166598 Signed-off-by: Alexandru Avadanii --- .../fuel-web/0002-Add-arch-to-nailgun-release-and-target-image.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patches') diff --git a/patches/fuel-web/0002-Add-arch-to-nailgun-release-and-target-image.patch b/patches/fuel-web/0002-Add-arch-to-nailgun-release-and-target-image.patch index c9000692..a6e09c13 100644 --- a/patches/fuel-web/0002-Add-arch-to-nailgun-release-and-target-image.patch +++ b/patches/fuel-web/0002-Add-arch-to-nailgun-release-and-target-image.patch @@ -58,14 +58,14 @@ index 0000000..8cca69c +"""Armband patches + +Revision ID: f9b7fd91ac19 -+Revises: 43b2cb64dae6 ++Revises: 675105097a69 +Create Date: 2016-03-01 23:18:58.712617 + +""" + +# revision identifiers, used by Alembic. +revision = 'f9b7fd91ac19' -+down_revision = '43b2cb64dae6' ++down_revision = '675105097a69' + +from alembic import op +from nailgun.utils.migration import drop_enum -- cgit 1.2.3-korg