From bbc9206fbc223e24761e11f7f92bd8a190ac03ae Mon Sep 17 00:00:00 2001 From: at055612 <22818309+at055612@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:47:08 +0000 Subject: [PATCH] gh-4594 Add change entry --- unreleased_changes/20241115_174554_925__0.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 unreleased_changes/20241115_174554_925__0.md diff --git a/unreleased_changes/20241115_174554_925__0.md b/unreleased_changes/20241115_174554_925__0.md new file mode 100644 index 0000000000..95b66aa7bf --- /dev/null +++ b/unreleased_changes/20241115_174554_925__0.md @@ -0,0 +1,19 @@ +* If you are upgrading from a previous v7.6 beta release you will need to run the following SQL. `update analytics_schema_history set checksum = '-86554219' where version = '07.06.00.405';` and `update processor_schema_history set checksum = '-175036745' where version = '07.06.00.305';`. + + +```sh +# ONLY the top line will be included as a change entry in the CHANGELOG. +# The entry should be in GitHub flavour markdown and should be written on a SINGLE +# line with no hard breaks. You can have multiple change files for a single GitHub issue. +# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than +# 'Fixed nasty bug'. +# +# Examples of acceptable entries are: +# +# +# * Issue **123** : Fix bug with an associated GitHub issue in this repository +# +# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository +# +# * Fix bug with no associated GitHub issue. +```