Skip to content

Dont use hardcoded version numbers in DB inserts #3486

@MoralCode

Description

@MoralCode

There are many places where augur writes a hardcoded version number to the database:

'tool_version': '0.89.1',




'tool_version': '0.50.0',

... and many more.

some of these are clearly out of date. Others are so old that I suspect they may be referring to versions other than the augur core version.

For this issue: any of these that are supposed to refer to augur version numbers should import/read this value from metadata.py (and maybe it should move into the augur source tree)

Metadata

Metadata

Assignees

No one assigned

    Labels

    challenging first issueA first issue that's doable for a newcomer, but might be a bit hardertech debt

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions