Database

/queries/healthcheck.sql (77 B)

1
2
3
4
-- $PF_GENERATE_ONCE$
-- {% func Healthcheck() %}
select 1;
-- {% endfunc %}