[minor] precision field in framework.sql

This commit is contained in:
Anand Doshi 2014-10-08 13:21:28 +05:30
parent bba206e65e
commit 1d6a2bb871

View file

@ -44,6 +44,7 @@ CREATE TABLE `tabDocField` (
`in_list_view` int(1) DEFAULT NULL,
`no_column` int(1) DEFAULT NULL,
`read_only` int(1) DEFAULT NULL,
`precision` varchar(255) DEFAULT NULL,
PRIMARY KEY (`name`),
KEY `parent` (`parent`),
KEY `label` (`label`),