summaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/postgresql
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2025-12-16 01:27:59 +0100
committerGitHub2025-12-16 00:27:59 +0000
commit8e824ea9f6c6708d7d8af330455347b42aeae057 (patch)
tree49f7f5aab149102c7cd85ff4e0194dbcac5f99a4 /src/main/resources/db/migration/postgresql
parent6cfb84770832a3e6cfb209c783a9fda52c5c9141 (diff)
fix: do not save PID in test mode (#228)
Diffstat (limited to 'src/main/resources/db/migration/postgresql')
-rw-r--r--src/main/resources/db/migration/postgresql/V0_4_1__ClearPatientId.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/postgresql/V0_4_1__ClearPatientId.sql b/src/main/resources/db/migration/postgresql/V0_4_1__ClearPatientId.sql
new file mode 100644
index 0000000..2ca978e
--- /dev/null
+++ b/src/main/resources/db/migration/postgresql/V0_4_1__ClearPatientId.sql
@@ -0,0 +1 @@
+UPDATE request SET pid = '';