From 4961c7cefc89acb07fccaaddf432b9344e39e8c5 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Fri, 27 May 2022 14:58:01 +0100 Subject: [PATCH] Rename migration file This renames the latest migration file to match the Revision ID in the file. When these names are different, our deployment pipeline tries to run migrations on the notify-api-db-migration app and runs the functional tests twice. --- ...d_notifications_all_time.py => 0373_add_notifications_view.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename migrations/versions/{0373_add_notifications_all_time.py => 0373_add_notifications_view.py} (100%) diff --git a/migrations/versions/0373_add_notifications_all_time.py b/migrations/versions/0373_add_notifications_view.py similarity index 100% rename from migrations/versions/0373_add_notifications_all_time.py rename to migrations/versions/0373_add_notifications_view.py