Skip to content

Commit

Permalink
gh-4594 Add change entry
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 15, 2024
1 parent e0d4c27 commit bbc9206
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions unreleased_changes/20241115_174554_925__0.md
Original file line number Diff line number Diff line change
@@ -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.
```

0 comments on commit bbc9206

Please sign in to comment.