Skip to content

Commit 40091a8

Browse files
committed
Fixed issue with test data load FK
1 parent 006e846 commit 40091a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/resources/db/dev/R__Load_testing_data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ VALUES
6060
INSERT INTO member_profile -- Derelict Reindeer
6161
(id, firstName, lastName, title, location, workEmail, employeeid, startdate, biotext, supervisorid, last_seen)
6262
VALUES
63-
('2b067cbb-45c2-4c3c-a6b2-eea370f9d969', PGP_SYM_ENCRYPT('Derelict','${aeskey}'), PGP_SYM_ENCRYPT('Reindeer','${aeskey}'), PGP_SYM_ENCRYPT('Engineer','${aeskey}'), PGP_SYM_ENCRYPT('St. Louis','${aeskey}'), PGP_SYM_ENCRYPT('[email protected]','${aeskey}'), '122758121', '2012-09-29', PGP_SYM_ENCRYPT('Does stuff. Sometimes well, sometimes not','${aeskey}'), '01b7d769-9fa2-43ff-95c7-f3b950a27bf9', '2012-09-29');
63+
('2b067cbb-45c2-4c3c-a6b2-eea370f9d969', PGP_SYM_ENCRYPT('Derelict','${aeskey}'), PGP_SYM_ENCRYPT('Reindeer','${aeskey}'), PGP_SYM_ENCRYPT('Engineer','${aeskey}'), PGP_SYM_ENCRYPT('St. Louis','${aeskey}'), PGP_SYM_ENCRYPT('[email protected]','${aeskey}'), '122758121', '2012-09-29', PGP_SYM_ENCRYPT('Does stuff. Sometimes well, sometimes not','${aeskey}'), '72655c4f-1fb8-4514-b31e-7f7e19fa9bd7', '2012-09-29');
6464

6565
INSERT INTO member_profile -- Unreal Ulysses
6666
(id, firstName, lastName, title, pdlid, location, workEmail, employeeid, startdate, biotext, supervisorid, birthDate, last_seen)

0 commit comments

Comments
 (0)