Skip to content

Commit

Permalink
Fixed database.sql (Only the first line of each SQL must have no iden…
Browse files Browse the repository at this point in the history
…titation) #2474
  • Loading branch information
vertigo17 committed Aug 7, 2023
1 parent 2e8eada commit 09fc6e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/src/main/resources/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6206,9 +6206,9 @@ INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`, `VeryShortDes

-- 1749
INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`)
VALUES ('SRVMETHOD', 'FIND', 800 , 'Find a MongoDB Record');
VALUES ('SRVMETHOD', 'FIND', 800 , 'Find a MongoDB Record');

-- 1750
INSERT INTO `invariant` (`idname`, `value`, `sort`, `description`, `VeryShortDesc`)
VALUES ('CONTROL', 'verifyElementChecked', 4930, 'Verify the element (checkbox) is checked','verifyElementChecked'),
('CONTROL', 'verifyElementNotChecked', 4940, 'Verify the element (checkbox) is not checked','verifyElementNotChecked');
VALUES ('CONTROL', 'verifyElementChecked', 4930, 'Verify the element (checkbox) is checked','verifyElementChecked'),
('CONTROL', 'verifyElementNotChecked', 4940, 'Verify the element (checkbox) is not checked','verifyElementNotChecked');

0 comments on commit 09fc6e5

Please sign in to comment.