mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 14:07:09 +03:00
added http tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
BEGIN TRANSACTION;
|
||||
DROP TABLE "shadowBannedUsers";
|
||||
DROP TABLE "votes";
|
||||
DROP TABLE "sponsorTimes";
|
||||
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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
BEGIN TRANSACTION;
|
||||
DROP TABLE "vipUsers";
|
||||
DROP TABLE "sponsorTimes";
|
||||
DROP TABLE "userNames";
|
||||
DROP TABLE IF EXISTS "vipUsers";
|
||||
DROP TABLE IF EXISTS "sponsorTimes";
|
||||
DROP TABLE IF EXISTS "userNames";
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "vipUsers" (
|
||||
"userID" TEXT NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user