Skip to content

Commit 36258b8

Browse files
authored
Update schema.sql
1 parent a1ae9a3 commit 36258b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

schema.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ create table channels
1616
name TEXT NOT NULL,
1717
filtered BOOLEAN NOT NULL DEFAULT TRUE,
1818
lock_level INTEGER NOT NULL DEFAULT 0,
19-
mod_channel BOOLEAN NOT NULL DEFAULT FALSE
19+
mod_channel BOOLEAN NOT NULL DEFAULT FALSE,
20+
killbox_state INTEGER NOT NULL DEFAULT 0
2021
);
2122

2223

0 commit comments

Comments
 (0)