Skip to content

affiliations columns in commits table seem unused #3795

@MoralCode

Description

@MoralCode

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:

https://github.com/chaoss/augur/blob/75d99d35384983041d9362049e67a9ddc5c5d926/augur/tasks/git/util/facade_worker/facade_worker/rebuildcache.py#L36

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    databaseRelated to Augur's unifed data modeltech debt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions