Fix export for people created before 'createdAt' column introduction

This commit introduces a migration to fix the export for individuals who were created before the introduction of the 'createdAt' column. The 'startdate' column is now updated to match the individual's first activity date. This migration is irreversible. It's been added as a response to Issue #228
This commit is contained in:
2023-12-07 23:22:48 +01:00
parent dab80a84d8
commit f7184ca7bb
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
kind: Fixed
body: Fix export of activity for people created before the introduction of the createdAt
column on person (during v1)
time: 2023-12-07T23:21:29.976822313+01:00
custom:
Issue: "228"