Skip to content

Commit

Permalink
chore: fixing sql
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Dec 2, 2024
1 parent d03f5da commit 45a96f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ INSERT INTO THE.RESULTS_AUDIT_EVENT
)
VALUES
(1, 101, NULL, NULL, 'SUB', TIMESTAMP '2024-01-20 00:00:00.000000', 'Forest Cover 0000000', NULL, 'Y', 101, 101, 'TEST\OTTOMATED', TIMESTAMP '2024-01-20 00:00:00.000000'),
(2, 102, NULL, NULL, 'SUB', TIMESTAMP '2024-01-20 00:00:00.000000', 'Forest Cover 0000000', NULL, 'Y', 102, 102, 'IDIR\PCRUZ', TIMESTAMP '2024-01-20 00:00:00.000000');
(2, 102, NULL, NULL, 'SUB', TIMESTAMP '2024-01-20 00:00:00.000000', 'Forest Cover 0000000', NULL, 'Y', 102, 102, 'IDIR\TEST', TIMESTAMP '2024-01-20 00:00:00.000000');

INSERT INTO THE.ACTIVITY_TREATMENT_UNIT
(
Expand Down

0 comments on commit 45a96f9

Please sign in to comment.