Code

Allow default value declaration in DB schema.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Apr 2011 12:54:52 +0000 (12:54 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 14 Apr 2011 12:54:52 +0000 (12:54 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4591 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt

index 142d8ae36dc26f3e123ea16f9487945468d2df8d..7cc26ae7abe357735a1cfe06f44f3ceca86e2e1f 100644 (file)
@@ -6,6 +6,7 @@ Richard Jones did the change.
 
 Features:
 
+- Allow declaration of default_values for properties in schema.
 - Add explicit "Search" permissions, see Security Fix below.
 - Add "lookup" method to xmlrpc interface (Ralf Schlatterbeck)
 - Multilinks can be filtered by combining elements with AND, OR and NOT