Skip to content

Commit

Permalink
Updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-kiefer committed Nov 9, 2023
1 parent b9b16c0 commit 0333831
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ VALUES (1, NOW(), NOW(), 1, 1, 1);
INSERT INTO data_provider (id, created_at, updated_at)
VALUES (1, NOW(), NOW());

INSERT INTO person (id, created_at, updated_at, keycloak_user_id, referrer, client, main_organization, last_name, first_name, initials_last_name, initials_first_name, nick_name, name_title, name_salutation, name_prefix, name_suffix, name_sort_index, birth_date, birth_place, gender, localization, trust_level, is_information_blocked, data_provider_id)
VALUES (1, NOW(), NOW(), 'dfd30355-50ca-4edc-be4d-c495df4fb8f6', null, 'client', null, 'Experimentus', 'Testus', null, null, 'test-user', null, null, null, null, null, NOW(), 'Hamburg', 'female', 'de', 'none', false, 1);
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(),
'abb791f5-c0cb-4a4f-b9da-1135dbb974ed', 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 0333831

Please sign in to comment.