We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377626d commit eca3959Copy full SHA for eca3959
UPGRADING.md
@@ -1,5 +1,14 @@
1
# UPGRADE NOTES
2
3
+## 6.7 -> 6.8
4
+The consent removal feature was introduced in release 6.8. This means that consent that is deleted from the profile
5
+application will result in the soft deletion of the consent row for that person, for the service they requested the
6
+consent removal of.
7
+
8
+In order to work with this feature, the latest database migration must be installed on your database(s) containing the
9
+`consent` table. This should be as simple as running `app/console doctrine:migrations:migrate`. Or executing
10
+`Version20220425090852` manually.
11
12
## 6.2 > 6.3
13
# Removal of incorrect schacHomeOrganization ARP alias
14
0 commit comments