diff --git a/code_comments/db.py b/code_comments/db.py index 0fb56a2..8cb4e40 100644 --- a/code_comments/db.py +++ b/code_comments/db.py @@ -26,7 +26,7 @@ ], 'code_comments_subscriptions': Table('code_comments_subscriptions', key=('id', 'user', 'type', 'path', - 'repos', 'rev'))[ + 'rev', 'notify'))[ Column('id', auto_increment=True), Column('user'), Column('type'),