add fix for moderation table
This commit is contained in:
parent
09c85bfceb
commit
0edcf6fab8
@ -86,7 +86,7 @@ CREATE TABLE IF NOT EXISTS moderation (
|
||||
id SERIAL PRIMARY KEY,
|
||||
streamer_id INTEGER NOT NULL,
|
||||
enable BOOLEAN DEFAULT FALSE,
|
||||
duration INTEGER
|
||||
duration INTEGER NOT NULL DEFAULT 40
|
||||
)
|
||||
|
||||
CREATE TABLE IF NOT EXISTS filters (
|
||||
|
Loading…
x
Reference in New Issue
Block a user