codecheckers / codecheckers/ojs-codecheck
Rename version field to spec_version in codecheck_metadata table
Open
- Dominant language
- PHP
- Stars
- 5
- Forks
- 3
- Avg merge
- 19m
- Merged PRs (30d)
- 3
Description
The `version` field in the `codecheck_metadata` table stores the CODECHECK
configuration specification version (e.g., 1.0, 2.0, latest).
The field name should be renamed to `spec_version` for clarity.
This will require:
- Creating a new migration to rename the column
- Updating all references in the codebase
Contributor guide
Assessment
This issue has not been assessed yet.