diff options
| author | Paul-Christian Volkmer | 2024-07-15 11:44:19 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-07-15 11:44:19 +0200 |
| commit | 370ea87095bf6859b3d9623ab0f8252e10c1a9ee (patch) | |
| tree | 7bb3be941a93b5f8ed312ee9d5910f9d7689cf1a /src/main/resources/db/migration/postgresql | |
| parent | c8f6e6efc812cc12d17c2af1cc24a9318180a8fe (diff) | |
refactor: rename db column name to reflect content
Diffstat (limited to 'src/main/resources/db/migration/postgresql')
| -rw-r--r-- | src/main/resources/db/migration/postgresql/V0_4_0__RenamePatientPseudonym.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/postgresql/V0_4_0__RenamePatientPseudonym.sql b/src/main/resources/db/migration/postgresql/V0_4_0__RenamePatientPseudonym.sql new file mode 100644 index 0000000..bb2b0cc --- /dev/null +++ b/src/main/resources/db/migration/postgresql/V0_4_0__RenamePatientPseudonym.sql @@ -0,0 +1 @@ +ALTER TABLE request RENAME COLUMN patient_id TO patient_pseudonym;
\ No newline at end of file |
