mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
62a9b0eddd
- drop videoInfo.genreUrl since it's always empty - bump ts target to ES2021 for Promise.any - fix mocks to return err: false - get maxResThumbnail from static endpoint
7 lines
No EOL
131 B
SQL
7 lines
No EOL
131 B
SQL
BEGIN TRANSACTION;
|
|
|
|
ALTER TABLE "videoInfo" DROP COLUMN "genreUrl";
|
|
|
|
UPDATE "config" SET value = 34 WHERE key = 'version';
|
|
|
|
COMMIT; |