Andrew Grant 7 сар өмнө
parent
commit
fcaafc3499

+ 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=debug
 
 

+ 0 - 16
src/main/resources/db/changelog/2025/04/20-01-changelog.sql

@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2025.  Andrew Grant Carrick Software. All rights reserved
- *
- */
-
--- liquibase formatted sql
-
-
--- changeset apg:1745161135116-1
-ALTER TABLE `census`
-    DROP COLUMN IF EXISTS `date`;
-
--- changeset apg:1745161135116-2
-ALTER TABLE `census`
-    ADD `census_date` VARCHAR(255);
-

+ 0 - 1
src/main/resources/db/changelog/master.xml

@@ -9,6 +9,5 @@
     <include file="/db/changelog/2025/04/16-01-changelog.sql"/>
     <include file="/db/changelog/2025/04/17-01-changelog.sql"/>
     <include file="/db/changelog/2025/04/19-01-changelog.sql"/>
-    <include file="/db/changelog/2025/04/20-01-changelog.sql"/>
 
 </databaseChangeLog>