mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 12:36:37 +00:00
Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Transaction",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "transaction",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -68,6 +69,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Based On",
|
||||
"length": 30,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "based_on",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -284,7 +286,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:53.995871",
|
||||
"modified": "2015-10-02 07:38:38.997664",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Authorization Rule",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:54.490246",
|
||||
"modified": "2015-10-02 07:38:40.649074",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Brand",
|
||||
|
||||
@@ -132,6 +132,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 0,
|
||||
"label": "Domain",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"options": "Distribution\nManufacturing\nRetail\nServices",
|
||||
"permlevel": 0,
|
||||
@@ -609,6 +610,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 0,
|
||||
"label": "Credit Days Based On",
|
||||
"length": 30,
|
||||
"no_copy": 0,
|
||||
"options": "\nFixed Days\nLast Day of the Next Month",
|
||||
"permlevel": 0,
|
||||
@@ -703,6 +705,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 0,
|
||||
"label": "If Yearly Budget Exceeded (for expense account)",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "yearly_bgt_flag",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -728,6 +731,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 0,
|
||||
"label": "If Monthly Budget Exceeded (for expense account)",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "monthly_bgt_flag",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -1092,7 +1096,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-10-13 08:15:29.028637",
|
||||
"modified": "2015-10-13 09:15:29.028637",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Company",
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:55.160748",
|
||||
"modified": "2015-10-02 07:38:42.981242",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Currency Exchange",
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Has Child Node",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "is_group",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -135,6 +136,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 0,
|
||||
"label": "Credit Days Based On",
|
||||
"length": 30,
|
||||
"no_copy": 0,
|
||||
"options": "\nFixed Days\nLast Day of the Next Month",
|
||||
"permlevel": 0,
|
||||
@@ -316,7 +318,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:55.257703",
|
||||
"modified": "2015-10-02 07:38:43.817644",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Customer Group",
|
||||
|
||||
@@ -105,6 +105,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "How frequently?",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"options": "Daily\nWeekly\nMonthly",
|
||||
"permlevel": 0,
|
||||
@@ -428,7 +429,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-10-02 07:33:27.334888",
|
||||
"modified": "2015-10-12 07:38:48.323418",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Email Digest",
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Has Child Node",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "is_group",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -430,7 +431,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 3,
|
||||
"modified": "2015-09-14 02:55:56.761965",
|
||||
"modified": "2015-10-02 07:38:53.048954",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Item Group",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:59.055950",
|
||||
"modified": "2015-10-02 07:39:01.094104",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Print Heading",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:59.573765",
|
||||
"modified": "2015-10-02 07:39:07.868834",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Quotation Lost Reason",
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
"in_filter": 1,
|
||||
"in_list_view": 1,
|
||||
"label": "Partner Type",
|
||||
"length": 30,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "partner_type",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -568,7 +569,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:59.678007",
|
||||
"modified": "2015-10-02 07:39:11.592673",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Sales Partner",
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Has Child Node",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "is_group",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -320,7 +321,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:55:59.945421",
|
||||
"modified": "2015-10-02 07:39:11.827879",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Sales Person",
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 1,
|
||||
"modified": "2013-12-20 19:21:47",
|
||||
"modified": "2015-10-02 07:39:13.345489",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "SMS Parameter",
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:56:00.119145",
|
||||
"modified": "2015-10-02 07:39:15.811805",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Supplier Type",
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 1,
|
||||
"modified": "2015-01-01 14:29:58.758761",
|
||||
"modified": "2015-10-02 07:39:15.903411",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Target Detail",
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-11 12:19:53.267342",
|
||||
"modified": "2015-10-02 07:39:16.489390",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Terms and Conditions",
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
"in_filter": 0,
|
||||
"in_list_view": 1,
|
||||
"label": "Has Child Node",
|
||||
"length": 20,
|
||||
"no_copy": 0,
|
||||
"oldfieldname": "is_group",
|
||||
"oldfieldtype": "Select",
|
||||
@@ -281,7 +282,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:56:00.588311",
|
||||
"modified": "2015-10-02 07:39:16.582674",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Territory",
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"modified": "2015-09-14 02:56:00.850775",
|
||||
"modified": "2015-10-02 07:39:17.551613",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "UOM",
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"is_submittable": 0,
|
||||
"issingle": 0,
|
||||
"istable": 1,
|
||||
"modified": "2015-01-01 14:29:58.803777",
|
||||
"modified": "2015-10-02 07:39:19.409021",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Website Item Group",
|
||||
|
||||
Reference in New Issue
Block a user