mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +03:00
1
Postgres Extensions
Ajay Ramachandran edited this page 2021-03-26 19:01:16 -04:00
You may need to install some postgres extensions.
Run these queries on the postgres database:
CREATE EXTENSION pgcrypto
SCHEMA public;
CREATE EXTENSION pg_trgm
SCHEMA public;