diff rhodecode/model/db.py @ 2244:77e376fdc4c6 codereview

pull requests draft UI
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 May 2012 02:04:28 +0200
parents 6e5d686084f1
children c9e3ea5bb59a
line wrap: on
line diff
--- a/rhodecode/model/db.py	Mon May 07 22:51:26 2012 +0200
+++ b/rhodecode/model/db.py	Tue May 08 02:04:28 2012 +0200
@@ -1281,6 +1281,7 @@
     TYPE_MESSAGE = u'message'
     TYPE_MENTION = u'mention'
     TYPE_REGISTRATION = u'registration'
+    TYPE_PULL_REQUEST = u'pull_request'
 
     notification_id = Column('notification_id', Integer(), nullable=False, primary_key=True)
     subject = Column('subject', Unicode(512), nullable=True)