diff --git a/code_comments/db.py b/code_comments/db.py index 0fb56a2..212dd37 100644 --- a/code_comments/db.py +++ b/code_comments/db.py @@ -31,6 +31,7 @@ Column('user'), Column('type'), Column('path'), + Column('repos'), Column('rev'), Column('notify', type='bool'), Index(['user']),