mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
add extension to db.sql
This commit is contained in:
parent
c6428bf9e4
commit
2d10dd6c9c
1 changed files with 1 additions and 0 deletions
|
@ -38,5 +38,6 @@ CREATE TABLE IF NOT EXISTS "config" (
|
|||
);
|
||||
|
||||
CREATE EXTENSION IF NOT EXISTS pgcrypto; --!sqlite-ignore
|
||||
CREATE EXTENSION IF NOT EXISTS pg_trgm; --!sqlite-ignore
|
||||
|
||||
COMMIT;
|
Loading…
Reference in a new issue