From dcfc381a0afdc87189fefd727c36d1733e20d9a9 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Tue, 26 May 2015 23:14:46 +1000 Subject: [PATCH] Fix a broken migration Summary: Ref T7604. This migration doesn't actually work because it is in the wrong directory. Test Plan: Ran `./bin/storage upgrade` and saw the migration applied. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D13014 --- .../sql/{patches => autopatches}/20150521.releephrepository.sql | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename resources/sql/{patches => autopatches}/20150521.releephrepository.sql (100%) diff --git a/resources/sql/patches/20150521.releephrepository.sql b/resources/sql/autopatches/20150521.releephrepository.sql similarity index 100% rename from resources/sql/patches/20150521.releephrepository.sql rename to resources/sql/autopatches/20150521.releephrepository.sql