Browse Source

[fix] add restrict_to_domain in Framework.sql

version-14
Rushabh Mehta 7 years ago
parent
commit
45e1649340
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      frappe/data/Framework.sql

+ 1
- 0
frappe/data/Framework.sql View File

@@ -117,6 +117,7 @@ CREATE TABLE `tabDocType` (
`editable_grid` int(1) NOT NULL DEFAULT 1,
`track_changes` int(1) NOT NULL DEFAULT 0,
`module` varchar(255) DEFAULT NULL,
`restrict_to_domain` varchar(255) DEFAULT NULL,
`app` varchar(255) DEFAULT NULL,
`autoname` varchar(255) DEFAULT NULL,
`name_case` varchar(255) DEFAULT NULL,


Loading…
Cancel
Save