From: Stephen Finucane Date: Sun, 26 Apr 2020 20:20:46 +0000 (+0100) Subject: migrations: Moved squashed migration X-Git-Tag: v3.0.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c5f8fcdb2d05b1bc4ae83aa6223d3f8f5fc080;p=thirdparty%2Fpatchwork.git 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") --- 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