Skip to content

Commit

Permalink
Make the User-ID fit the realities in the KC-Export
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-kiefer committed Nov 27, 2023
1 parent b4aa972 commit be2b36d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ VALUES (1, NOW(), NOW());

INSERT INTO person (id, created_at, updated_at, keycloak_user_id, referrer, mandant, stammorganisation, familienname, vorname, initialen_familienname, initialen_vorname, rufname, name_titel, name_anrede, name_praefix, name_suffix, name_sortierindex, geburtsdatum, geburtsort, geschlecht, lokalisierung, vertrauensstufe, auskunftssperre, data_provider_id)
VALUES (1, NOW(), NOW(),
'df9b5e32-0772-4346-aea4-6fdd277b9c40', null, 'client', null, 'Experimentus', 'Testus', null, null, 'test-user', null, null, null, null, null, NOW(), 'Hamburg', 'w', 'de', 'KEIN', false, 1);
'22207262-196f-4995-8011-6830091ebdca', null, 'client', null, 'Experimentus', 'Testus', null, null, 'test-user', null, null, null, null, null, NOW(), 'Hamburg', 'w', 'de', 'KEIN', false, 1);

0 comments on commit be2b36d

Please sign in to comment.