This commit is contained in:
idanoo 2023-01-30 12:30:11 +13:00
parent 97caf4bc37
commit d927f1c5a1
Signed by: idanoo
GPG key ID: 387387CDBC02F132
5 changed files with 46 additions and 20 deletions

View file

@ -34,4 +34,4 @@ CREATE UNIQUE INDEX service_lookup ON statsdb USING btree (service,metric_name,
GRANT ALL ON ALL TABLES IN SCHEMA public TO gomastodonstats;
GRANT USAGE, SELECT ON ALL SEQUENCES IN SCHEMA public TO gomastodonstats;
```
```