mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-24 16:38:41 +03:00
Support schema upgrading with postgres
This commit is contained in:
@@ -33,4 +33,7 @@ CREATE TABLE IF NOT EXISTS "config" (
|
||||
CREATE INDEX IF NOT EXISTS sponsorTimes_videoID on sponsorTimes(videoID);
|
||||
CREATE INDEX IF NOT EXISTS sponsorTimes_UUID on sponsorTimes(UUID);
|
||||
|
||||
|
||||
CREATE EXTENSION IF NOT EXISTS pgcrypto; --!sqlite-ignore
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user