mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
if it hurts to breathe (open a window) (#58)
* if it hurts to breathe (open a window) * clocked it. * must sleep tonight, sorry * feat: leaderboard now shows #1 if you're #1 even in ties
This commit is contained in:
@@ -15,4 +15,6 @@ END$$;
|
||||
GRANT CONNECT ON DATABASE tachi_dev TO grafana_ro;
|
||||
GRANT USAGE ON SCHEMA public TO grafana_ro;
|
||||
GRANT SELECT ON ALL TABLES IN SCHEMA public TO grafana_ro;
|
||||
GRANT SELECT ON ALL SEQUENCES IN SCHEMA public TO grafana_ro;
|
||||
ALTER DEFAULT PRIVILEGES FOR ROLE tachi IN SCHEMA public GRANT SELECT ON TABLES TO grafana_ro;
|
||||
ALTER DEFAULT PRIVILEGES FOR ROLE tachi IN SCHEMA public GRANT SELECT ON SEQUENCES TO grafana_ro;
|
||||
|
||||
Reference in New Issue
Block a user