@@ -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,11 @@
+/*
+ * Copyright (c) 2025. Andrew Grant Carrick Software. All rights reserved
+ *
+ */
+
+-- liquibase formatted sql
+-- changeset apg:1747073212310-1
+ALTER TABLE census
+ ADD total_rooms VARCHAR(255) NULL;
@@ -17,5 +17,6 @@
<include file="/db/changelog/2025/05/01-01-changelog.sql"/>
<include file="/db/changelog/2025/05/02-01-changelog.sql"/>
<include file="/db/changelog/2025/05/11-01-changelog.sql"/>
+ <include file="/db/changelog/2025/05/12-01-changelog.sql"/>
</databaseChangeLog>