From 76692705801e9da7007006de3e505e73a5afd68e Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Mon, 25 Jun 2018 19:16:31 +0530 Subject: [PATCH] Update gitlab 8 to 10 migration support patch --- debian/patches/fix-8-to-10-migration.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/fix-8-to-10-migration.patch b/debian/patches/fix-8-to-10-migration.patch index 1f1787cf29..837780061c 100644 --- a/debian/patches/fix-8-to-10-migration.patch +++ b/debian/patches/fix-8-to-10-migration.patch @@ -13,7 +13,7 @@ index 0abae70c443..e4ff8261120 100644 + # If the features table does not exist, don't check the feature, just return + # the default + unless Feature::FlipperFeature.table_exists? -+ return (status == MigrationStatus::OPT_OUT) || opt_into_all_features? ++ return false + end + feature = Feature.get("gitaly_#{feature_name}")