Actions
Architecture #2143
closedHistorize human readable name of PT
Status:
Released
Priority:
2
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
For now, the human readable name of a PT is not historized and so we have to rely on its ID, what is not what we would like to display to an human.
A couple of things to take into consideration for this user story:- We will need a new database initialization script (.sql) that includes the new column in the initial table creation
- We will also need a database migration script (.sql) that just adds the new column to an existing database
- The database schema and any code reading or writing this column should bear in mind that there probably will be some old data which doesn't have a value for this column
Actions