From f0f1d592d79eaee52ced080792de8a480ef6695e Mon Sep 17 00:00:00 2001 From: Martin Angers Date: Wed, 13 Dec 2023 11:52:59 -0500 Subject: [PATCH] Add note in changelog for DB migation time (#15624) --- changes/issue-15551-warn-long-migration | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/issue-15551-warn-long-migration diff --git a/changes/issue-15551-warn-long-migration b/changes/issue-15551-warn-long-migration new file mode 100644 index 0000000000..1faf8ac8ad --- /dev/null +++ b/changes/issue-15551-warn-long-migration @@ -0,0 +1 @@ +* **NOTE**: database migrations for this release may take a few minutes to complete depending mostly on how many entries exist in the `software` table.