Configuration parameter change history
Data model
Fields
| Field | Type | Description |
|---|---|---|
| app_code* | INT | Identifier of the app that uses the configuration |
| id* | INT | Unique identifier of the history record |
| key* | NVARCHAR (110) | Configuration parameter key |
| modification_date* | DATETIME2 | Date of modification of the configuration parameter |
| modified_by* | INT | User who made the modification |
| old_value | NVARCHAR (MAX) | The value that the configuration parameter has before the modification |
| project_id | INT | Identifier of the project for which the configuration parameter applies |
| value | NVARCHAR (MAX) | The current value of the configuration parameter |
Primary Key
| PK_AFW_SETTING_HISTORY |
|---|
| id |