You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/resources/db/dev/R__Load_testing_data.sql
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ delete from team_member;
25
25
deletefrom team;
26
26
deletefrom feedback_answers;
27
27
deletefrom feedback_requests;
28
+
deletefrom feedback_external_recipient;
28
29
deletefrom template_questions;
29
30
deletefrom review_periods;
30
31
deletefrom feedback_templates;
@@ -1245,6 +1246,24 @@ INSERT INTO template_questions
1245
1246
VALUES
1246
1247
('174e5851-cb24-4a0f-890c-e6f041db4127', PGP_SYM_ENCRYPT('Please provide any additional context or reasoning relevant to your assessment of this team member.', '${aeskey}'), 'd1e94b60-47c4-4945-87d1-4dc88f088e57', 15, 'TEXT');
INSERT INTO feedback_requests -- External-recipient: John Smith, Creator: Big Boss, Requestee: Crazy Elephant, Template: Switch to a external-only template!
INSERT INTO feedback_requests -- External-recipient: Jane Doe, Creator: Big Boss, Requestee: Crazy Elephant, Template: Switch to a external-only template!
0 commit comments