mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-09 16:52:13 +01: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;