mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-13 23:17:02 +03:00
Created Postgres Extensions (markdown)
10
Postgres-Extensions.md
Normal file
10
Postgres-Extensions.md
Normal file
@@ -0,0 +1,10 @@
|
||||
You may need to install some postgres extensions.
|
||||
|
||||
Run these queries on the `postgres` database:
|
||||
|
||||
```sql
|
||||
CREATE EXTENSION pgcrypto
|
||||
SCHEMA public;
|
||||
CREATE EXTENSION pg_trgm
|
||||
SCHEMA public;
|
||||
```
|
||||
Reference in New Issue
Block a user