@@ -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
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2025. Andrew Grant Carrick Software. All rights reserved
+ *
+ */
+
+-- liquibase formatted sql
+-- changeset apg:1748284966359-1
+ALTER TABLE census_entry
+ ADD industry_or_service VARCHAR(255) NULL,
+ ADD working_at_home VARCHAR(255) NULL;
@@ -21,5 +21,6 @@
<include file="/db/changelog/2025/05/13-01-changelog.sql"/>
<include file="/db/changelog/2025/05/20-01-changelog.sql"/>
<include file="/db/changelog/2025/05/22-01-changelog.sql"/>
+ <include file="/db/changelog/2025/05/26-01-changelog.sql"/>
</databaseChangeLog>