Added new shadowHidden variable that only lets it get sent out to submitters.

This commit is contained in:
Ajay Ramachandran
2019-08-22 00:01:27 -04:00
parent 4ceb7f3b47
commit 49af7dd65d
3 changed files with 28 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
BEGIN TRANSACTION;
CREATE TABLE IF NOT EXISTS "shadowBannedUsers" (
"userID" TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS "votes" (
"UUID" TEXT NOT NULL,
"userID" INTEGER NOT NULL,