diff options
Diffstat (limited to 'discord/store.cpp')
-rw-r--r-- | discord/store.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/store.cpp b/discord/store.cpp index d2b2375..bd9ad32 100644 --- a/discord/store.cpp +++ b/discord/store.cpp @@ -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) ) )"; |