Skip to content

Commit

Permalink
Fixed a minor error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocielliottc committed Sep 6, 2024
1 parent 9e78366 commit 23bfe9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FeedbackRequest (one or more) |
|
FeedbackAnswer |
- id |
- questionId? |
- requestId <------------------+
- questionId <------+
|
Expand Down
2 changes: 1 addition & 1 deletion server/src/main/resources/db/dev/R__Load_testing_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ VALUES
INSERT INTO feedback_answers
(id, answer, question_id, request_id, sentiment)
VALUES
('8c13ffa2-fad0-11eb-9a03-0242ac121134', PGP_SYM_ENCRYPT('Feeback answer.', '${aeskey}'), 'bf328e35-e486-4ec8-b3e8-acc2c09419fa', '98390c09-7121-110a-bfee-9380a470a7f1', 0);
('8c13ffa2-fad0-11eb-9a03-0242ac121134', PGP_SYM_ENCRYPT('Feedback answer.', '${aeskey}'), 'bf328e35-e486-4ec8-b3e8-acc2c09419fa', '98390c09-7121-110a-bfee-9380a470a7f1', 0);

-- Skills
INSERT INTO skills -- React
Expand Down

0 comments on commit 23bfe9e

Please sign in to comment.