mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-27 16:16:35 +03:00
properly store permission overwrites & updates
This commit is contained in:
@@ -753,7 +753,8 @@ bool Store::CreateTables() {
|
||||
channel_id INTEGER NOT NULL,
|
||||
type INTEGER NOT NULL,
|
||||
allow INTEGER NOT NULL,
|
||||
deny INTEGER NOT NULL
|
||||
deny INTEGER NOT NULL,
|
||||
PRIMARY KEY(id, channel_id)
|
||||
)
|
||||
)";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user