From e5c5f8fcdb2d05b1bc4ae83aa6223d3f8f5fc080 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 26 Apr 2020 21:20:46 +0100 Subject: [PATCH] migrations: Moved squashed migration This should have been in the 'patchwork/migrations' directory, not 'migrations. Signed-off-by: Stephen Finucane Fixes: 9bb5caec ("migrations: Squash 0001 to 0040") --- .../migrations}/0001_squashed_0040_add_related_patches.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {migrations => patchwork/migrations}/0001_squashed_0040_add_related_patches.py (100%) diff --git a/migrations/0001_squashed_0040_add_related_patches.py b/patchwork/migrations/0001_squashed_0040_add_related_patches.py similarity index 100% rename from migrations/0001_squashed_0040_add_related_patches.py rename to patchwork/migrations/0001_squashed_0040_add_related_patches.py -- 2.47.3