Skip to content
Prev Previous commit
Next Next commit
fix: fix queries in postgresql/stdlib/query.sql
  • Loading branch information
axlalmflower committed Oct 7, 2025
commit 24de49e48a828994aad55fd2c1311b5338450f96
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