Skip to content

Commit

Permalink
Fix #852: Allow scoping operation to a single activation ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusil committed Nov 13, 2023
1 parent c878982 commit 1d24e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ INSERT INTO pa_operation_template (id, template_name, operation_type, data_templ
VALUES (100, 'test-template', 'test-template', 'A2', 'POSSESSION_KNOWLEDGE', 5, 300, false);

INSERT INTO pa_application (id, name) VALUES
(2, 'PA_Tests');
(21, 'PA_Tests');

0 comments on commit 1d24e02

Please sign in to comment.