mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-16 08:26:59 +03:00
Merge
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
BEGIN TRANSACTION;
|
||||
DROP TABLE IF EXISTS "shadowBannedUsers";
|
||||
DROP TABLE IF EXISTS "votes";
|
||||
DROP TABLE IF EXISTS "sponsorTimes";
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "shadowBannedUsers" (
|
||||
"userID" TEXT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user