add fix for moderation table

This commit is contained in:
harold 2025-03-26 20:50:56 +05:00
parent 09c85bfceb
commit 0edcf6fab8

View File

@ -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 (