Skip to content

Commit ed9051a

Browse files
author
Richard Jones
committed
mention schema mutation
1 parent ad5f914 commit ed9051a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/customizing.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.183 $
5+
:Version: $Revision: 1.184 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2687,6 +2687,10 @@ This example shows how to add a simple field (a due date) to the default
26872687
classic schema. It does not add any additional behaviour, such as enforcing
26882688
the due date, or causing automatic actions to fire if the due date passes.
26892689

2690+
You add new fields by editing the ``schema.py`` file in you tracker's home.
2691+
Schema changes are automatically applied to the database on the next
2692+
tracker access (note that roundup-server would need to be restarted as it
2693+
caches the schema).
26902694

26912695
1. modify the schema::
26922696

0 commit comments

Comments
 (0)