Liquibase-Changesets für Legacy-ID Mapping of Office-Admininistration-Tables #6

Merged
hsh-michaelhoennig merged 2 commits from legacy-id-mappings-for-db-migration into master 2024-01-05 10:58:47 +01:00
No description provided.
hsh-michaelhoennig added 1 commit 2024-01-05 08:22:18 +01:00
hsh-timotheuspokorra approved these changes 2024-01-05 09:56:10 +01:00
hsh-timotheuspokorra left a comment
Member

ist gut

ist gut
@ -0,0 +42,4 @@
CALL defineContext('schema-migration');
INSERT INTO hs_office_contact_legacy_id(uuid, contact_id)
SELECT uuid, nextVal('hs_office_contact_legacy_id_seq') FROM hs_office_contact;

einrücken

einrücken
hsh-timotheuspokorra marked this conversation as resolved
@ -0,0 +10,4 @@
CREATE TABLE hs_office_coopassetstransaction_legacy_id
(
uuid uuid NOT NULL REFERENCES hs_office_coopassetstransaction(uuid),
member_asstr_id integer NOT NULL

in CSV Datei falsch?

in CSV Datei falsch?
hsh-timotheuspokorra marked this conversation as resolved
hsh-michaelhoennig added 1 commit 2024-01-05 10:52:23 +01:00
hsh-michaelhoennig merged commit e5e9f26856 into master 2024-01-05 10:58:47 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#6
No description provided.