From e4699f4d5cf6834ed09c84761fa1477e4b22b76b Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 27 Nov 2023 13:49:08 -0500 Subject: [PATCH] Move migration. No-Issue Signed-off-by: James Tanner --- ..._legacyrolesurveyrollup_collectionsurveyrollup_and_more.py} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename galaxy_ng/app/migrations/{0046_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py => 0048_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py} (98%) diff --git a/galaxy_ng/app/migrations/0046_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py b/galaxy_ng/app/migrations/0048_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py similarity index 98% rename from galaxy_ng/app/migrations/0046_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py rename to galaxy_ng/app/migrations/0048_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py index 0a6067d3d2..6b9f9d4ad6 100644 --- a/galaxy_ng/app/migrations/0046_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py +++ b/galaxy_ng/app/migrations/0048_legacyrolesurveyrollup_collectionsurveyrollup_and_more.py @@ -8,8 +8,7 @@ class Migration(migrations.Migration): dependencies = [ - ("ansible", "0055_alter_collectionversion_version_alter_role_version"), - ("galaxy", "0045_setting"), + ("galaxy", "0047_update_role_search_vector_trigger"), ] operations = [