-
Notifications
You must be signed in to change notification settings - Fork 996
affiliations columns in commits table seem unused #3795
Copy link
Copy link
Open
Labels
Description
in my recent work looking at the commits table, i noticed that it contains some columns for affiliation
cmt_author_affiliation and cmt_committer_affiliation
The only reference I was able to find in the code to these columns were some unused or barely-used functions, some of which seemed intended to clear out these columns. Such as:
a search in dbeaver for records where cmt_author_affiliation IS NOT NULL and cmt_author_affiliation != 'NULL' returned no results.
Can these columns be removed?
Reactions are currently unavailable