فهرست منبع

person date of birth in uat
Closes #15,16,17

Andrew Grant 7 ماه پیش
والد
کامیت
c5b2434afe
2فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 11 0
      src/main/resources/db/changelog/2025/04/23-01-changelog.sql
  2. 1 0
      src/main/resources/db/changelog/master.xml

+ 11 - 0
src/main/resources/db/changelog/2025/04/23-01-changelog.sql

@@ -0,0 +1,11 @@
+/*
+ * Copyright (c) 2025.  Andrew Grant Carrick Software. All rights reserved
+ *
+ */
+
+-- liquibase formatted sql
+
+-- changeset apg:1745400882072-4
+ALTER TABLE person
+    ADD certified_year_of_birth VARCHAR(255) NULL,
+    ADD recorded_year_of_birth  VARCHAR(255) NULL;

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

@@ -10,5 +10,6 @@
     <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/22-01-changelog.sql"/>
+    <include file="/db/changelog/2025/04/23-01-changelog.sql"/>
 
 </databaseChangeLog>