diff share/roundup/templates/devel/schema.py @ 5136:602d544e3a93

fixing some mismatched patches/patch references that I borked in a prior checkin. Patch support was not and still is not working. But at least this tracker runs without errors with demo.py -t devel, just missing features.
author John Rouillard <rouilj@ieee.org>
date Sat, 09 Jul 2016 13:34:02 -0400
parents ce5512002629
children 94a7669677ae
line wrap: on
line diff
--- a/share/roundup/templates/devel/schema.py	Sat Jul 09 13:31:59 2016 -0400
+++ b/share/roundup/templates/devel/schema.py	Sat Jul 09 13:34:02 2016 -0400
@@ -126,7 +126,7 @@
                 description=String(indexme='yes'))
 
 # Patch
-patch = FileClass(db, "patch",
+patches = FileClass(db, "patches",
                   name=String(),
                   description=String(indexme='yes'),
                   repository=String(),

Roundup Issue Tracker: http://roundup-tracker.org/