Skip to content

Commit eca3959

Browse files
committed
Update UPGRADING.md
1 parent 377626d commit eca3959

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UPGRADING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# UPGRADE NOTES
22

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+
312
## 6.2 > 6.3
413
# Removal of incorrect schacHomeOrganization ARP alias
514

0 commit comments

Comments
 (0)