fix typo
This commit is contained in:
parent
df56213ec3
commit
a70ca33f96
@ -119,7 +119,7 @@ class IPBan extends Extension {
|
|||||||
ip SCORE_INET NOT NULL,
|
ip SCORE_INET NOT NULL,
|
||||||
end_timestamp INTEGER,
|
end_timestamp INTEGER,
|
||||||
reason TEXT NOT NULL,
|
reason TEXT NOT NULL,
|
||||||
added SCORE_DATETIME NOT NULL DEFAULT SCORE_NOW
|
added SCORE_DATETIME NOT NULL DEFAULT SCORE_NOW,
|
||||||
INDEX (end_timestamp),
|
INDEX (end_timestamp),
|
||||||
FOREIGN KEY (banner_id) REFERENCES users(id) ON DELETE CASCADE,
|
FOREIGN KEY (banner_id) REFERENCES users(id) ON DELETE CASCADE,
|
||||||
");
|
");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user