Browse Source

Brother and sister added to census entry relationship

Andrew Grant 6 months ago
parent
commit
20cf491bbe

+ 2 - 0
src/main/java/scot/carricksoftware/grants/enums/censusentry/CensusEntryRelationship.java

@@ -10,6 +10,8 @@ public enum CensusEntryRelationship {
     @SuppressWarnings("unused") WIFE("Wife"),
     @SuppressWarnings("unused") SON("Son"),
     @SuppressWarnings("unused") DAUGHTER("Daughter"),
+    @SuppressWarnings("unused") BROTHER("Brother"),
+    @SuppressWarnings("unused") SISTER("Sister"),
     @SuppressWarnings("unused") SON_IN_LAW("Son-in-law"),
     @SuppressWarnings("unused") NIECE("Niece"),
     @SuppressWarnings("unused") COUSIN("Cousin"),

+ 1 - 1
src/main/resources/application.properties

@@ -2,7 +2,7 @@ spring.application.name=grants
 server.port=8086
 server.servlet.context-path=/grants
 spring.mvc.format.date=dd-MM-yyyy
-spring.profiles.active=dev
+spring.profiles.active=uat
 logging.level.scot.carricksoftware=trace