fix: ip bans
This commit is contained in:
parent
5df0ea6152
commit
733a8a7d09
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
CREATE TABLE IF NOT EXISTS ipbans (
|
CREATE TABLE IF NOT EXISTS ipbans (
|
||||||
ip TEXT NOT NULL,
|
ip TEXT NOT NULL PRIMARY KEY,
|
||||||
created BIGINT NOT NULL PRIMARY KEY,
|
created BIGINT NOT NULL,
|
||||||
reason TEXT NOT NULL,
|
reason TEXT NOT NULL,
|
||||||
moderator TEXT NOT NULL
|
moderator BIGINT NOT NULL
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue