mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-05-12 02:46:06 +02: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;