Skip to content

Commit

Permalink
chore: Removed commented properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Golding committed Feb 18, 2025
1 parent 46fa29f commit 6d90e8f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ class EnumerationTextualLevelTMRF implements MultiTenant<EnumerationTextualLevel

Integer units

// TODO shoudld be dynamically assigned refdata
// FIXME Should also have a more district name than just 'Value'
// String value

RefdataValue refdataValue

String internalNote
Expand All @@ -33,7 +29,6 @@ class EnumerationTextualLevelTMRF implements MultiTenant<EnumerationTextualLevel
version column: 'etltmrf_version'
index column: 'etltmrf_index'
units column: 'etltmrf_units'
// value column: 'etltmrf_value'
refdataValue column: 'etlmrf_refdata_value_fk'
internalNote column: 'etltmrf_internal_note'
}
Expand All @@ -42,7 +37,6 @@ class EnumerationTextualLevelTMRF implements MultiTenant<EnumerationTextualLevel
owner(nullable:false, blank:false);
index nullable: false
units nullable: false
// value nullable: false
refdataValue nullable: false
internalNote nullable: true
}
Expand Down

0 comments on commit 6d90e8f

Please sign in to comment.