Add new view for report counts and invalidated status

Also drop site.version from the primary key.
This commit is contained in:
Eli Ribble 2026-03-12 15:27:36 +00:00
parent 9525363bc8
commit 32dcc50c94
No known key found for this signature in database
23 changed files with 1656 additions and 623 deletions

View file

@ -1,4 +0,0 @@
-- UserByUsername
SELECT * FROM public.user_ WHERE
username = $1 AND
password_hash_type = 'bcrypt-14';