RED-5624: Refactoring of justifications
added field for technical name to EntityLogLegalBasis
This commit is contained in:
parent
bbaaa6f952
commit
801dc52cd2
@ -216,4 +216,6 @@ databaseChangeLog:
|
|||||||
- include:
|
- include:
|
||||||
file: db/changelog/tenant/131-changed-max-size-for-id-in-entity.yaml
|
file: db/changelog/tenant/131-changed-max-size-for-id-in-entity.yaml
|
||||||
- include:
|
- include:
|
||||||
file: db/changelog/tenant/132-add-based-on-dict-annotation-id-to-manual_changes.yaml
|
file: db/changelog/tenant/132-add-based-on-dict-annotation-id-to-manual_changes.yaml
|
||||||
|
- include:
|
||||||
|
file: db/changelog/tenant/133-add-technical-name-to-legal_basis.yaml
|
||||||
@ -8,4 +8,4 @@ databaseChangeLog:
|
|||||||
- column:
|
- column:
|
||||||
name: technicalName
|
name: technicalName
|
||||||
type: VARCHAR(255)
|
type: VARCHAR(255)
|
||||||
tableName: legal_basis
|
tableName: legal_basis_mapping_entity_legal_basis
|
||||||
|
|||||||
@ -12,5 +12,6 @@ public class EntityLogLegalBasis {
|
|||||||
private String name;
|
private String name;
|
||||||
private String description;
|
private String description;
|
||||||
private String reason;
|
private String reason;
|
||||||
|
private String technicalName;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user