Architecture #2143
Updated by Jonathan CLARKE almost 13 years ago
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