Skip to content
Prev Previous commit
Next Next commit
fix: updated all queries in tests
  • Loading branch information
axlalmflower committed Oct 7, 2025
commit d4162910a8cce1b5ab1bf43a261fb5088895a81f
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
-- name: GetAllParties :many
SELECT * FROM party;
SELECT * FROM one.party;

-- name: GetAllPeople :many
SELECT * FROM person;
SELECT * FROM two.person;

-- name: GetAllOrganisations :many
SELECT * FROM organisation;
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
-- name: GetAllParties :many
SELECT * FROM party;
SELECT * FROM one.party;

-- name: GetAllPeople :many
SELECT * FROM person;
SELECT * FROM two.person;

-- name: GetAllOrganisations :many
SELECT * FROM organisation;
Loading