Initial phase 1 baseline implementation
This commit is contained in:
parent
099c53badf
commit
077cf7601a
29 changed files with 1339 additions and 39 deletions
|
|
@ -1,3 +1,5 @@
|
|||
-- name: DatabaseHealth :one
|
||||
SELECT 1::BIGINT AS result;
|
||||
|
||||
-- name: OwnerExists :one
|
||||
SELECT EXISTS (SELECT 1 FROM users)::BOOLEAN AS exists;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue