@@ -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=debug
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2025. Andrew Grant Carrick Software. All rights reserved
+ *
+ */
+
+-- liquibase formatted sql
+-- changeset apg:1745685836198-1
+ALTER TABLE census_entry
+ ADD sex VARCHAR(255) NULL;
@@ -11,5 +11,6 @@
<include file="/db/changelog/2025/04/19-01-changelog.sql"/>
<include file="/db/changelog/2025/04/22-01-changelog.sql"/>
<include file="/db/changelog/2025/04/23-01-changelog.sql"/>
+ <include file="/db/changelog/2025/04/26-01-changelog.sql"/>
</databaseChangeLog>