Initial work on site moderation improvements (#410)

This commit is contained in:
wafflecoffee
2022-08-03 02:31:56 -04:00
committed by GitHub
parent 916da16523
commit 411b8e3cb6
6 changed files with 105 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
CREATE TABLE banned_users (
github_id bigint NOT NULL PRIMARY KEY UNIQUE
)