Add the name_keywords field to the fields that get set to null in
actor.usr_delete.
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Rogan Hamby <rogan.hamby@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
pref_second_given_name = NULL,
pref_family_name = NULL,
pref_suffix = NULL,
+ name_keywords = NULL,
create_date = now(),
expire_date = now()
WHERE
pref_second_given_name = NULL,
pref_family_name = NULL,
pref_suffix = NULL,
+ name_keywords = NULL,
create_date = now(),
expire_date = now()
WHERE