FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5f771669 authored by Dr Catherine Pitt's avatar Dr Catherine Pitt
Browse files

GDPR: retain person.hide_email column

This wasn't in the list things we originally agreed to keep, but seems
likely to be important to retain for the same reasons we keep data about
whether a person wants to be visible on our websites at all. Not
discussed with admin team at all but have checked and the field is
currently in use by views accessible by the websites.
parent b1259e06
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ Architecture: all
Section: utils
Priority: optional
Depends: python3, python3-psycopg2 (>= 2.7)
Version: 0.1-ch1
Version: 0.2-ch1
Maintainer: Catherine Pitt <cen1001@cam.ac.uk>
Description: Tools for admin database GDPR maintenance
......@@ -34,6 +34,7 @@ columns_to_keep = {
'maiden_name',
'known_as',
'crsid',
'hide_email',
'arrival_date',
'leaving_date',
'email_address',
......
from setuptools import setup
setup(
name="Chemistry database GDPR tools",
version=0.1,
version=0.2,
py_modules=['chemistry_gdpr'],
scripts=['gdpr_purge_database','audit_table_maintenance'],
author="Catherine Pitt <cen1001@cam.ac.uk>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment