Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error

This commit is contained in:
Anand Doshi
2015-10-02 17:14:40 +05:30
parent b4c0e94e99
commit 71ebad5668
199 changed files with 2475 additions and 2282 deletions

View File

@@ -219,7 +219,7 @@
"is_submittable": 0,
"issingle": 0,
"istable": 0,
"modified": "2015-09-11 12:19:59.149156",
"modified": "2015-10-02 07:38:37.693260",
"modified_by": "Administrator",
"module": "Projects",
"name": "Activity Cost",

View File

@@ -1,157 +1,157 @@
{
"allow_copy": 0,
"allow_import": 1,
"allow_rename": 1,
"autoname": "field:activity_type",
"creation": "2013-03-05 10:14:59",
"custom": 0,
"docstatus": 0,
"doctype": "DocType",
"document_type": "Setup",
"allow_copy": 0,
"allow_import": 1,
"allow_rename": 1,
"autoname": "field:activity_type",
"creation": "2013-03-05 10:14:59",
"custom": 0,
"docstatus": 0,
"doctype": "DocType",
"document_type": "Setup",
"fields": [
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "activity_type",
"fieldtype": "Data",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Activity Type",
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
"search_index": 0,
"set_only_once": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "activity_type",
"fieldtype": "Data",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Activity Type",
"no_copy": 0,
"permlevel": 0,
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 1,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "costing_rate",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Default Costing Rate",
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "costing_rate",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Default Costing Rate",
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_3",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "column_break_3",
"fieldtype": "Column Break",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
},
},
{
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "billing_rate",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Default Billing Rate",
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"fieldname": "billing_rate",
"fieldtype": "Currency",
"hidden": 0,
"ignore_user_permissions": 0,
"in_filter": 0,
"in_list_view": 0,
"label": "Default Billing Rate",
"no_copy": 0,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"read_only": 0,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"set_only_once": 0,
"unique": 0
}
],
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "icon-flag",
"idx": 1,
"in_create": 0,
"in_dialog": 0,
"is_submittable": 0,
"issingle": 0,
"istable": 0,
"modified": "2015-09-07 15:51:26",
"modified_by": "Administrator",
"module": "Projects",
"name": "Activity Type",
"owner": "Administrator",
],
"hide_heading": 0,
"hide_toolbar": 0,
"icon": "icon-flag",
"idx": 1,
"in_create": 0,
"in_dialog": 0,
"is_submittable": 0,
"issingle": 0,
"istable": 0,
"modified": "2015-10-02 07:38:37.799221",
"modified_by": "Administrator",
"module": "Projects",
"name": "Activity Type",
"owner": "Administrator",
"permissions": [
{
"amend": 0,
"apply_user_permissions": 0,
"cancel": 0,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"if_owner": 0,
"import": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"set_user_permissions": 0,
"share": 1,
"submit": 0,
"amend": 0,
"apply_user_permissions": 0,
"cancel": 0,
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"if_owner": 0,
"import": 1,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"set_user_permissions": 0,
"share": 1,
"submit": 0,
"write": 1
},
},
{
"amend": 0,
"apply_user_permissions": 0,
"cancel": 0,
"create": 1,
"delete": 0,
"email": 1,
"export": 0,
"if_owner": 0,
"import": 0,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"set_user_permissions": 0,
"share": 1,
"submit": 0,
"amend": 0,
"apply_user_permissions": 0,
"cancel": 0,
"create": 1,
"delete": 0,
"email": 1,
"export": 0,
"if_owner": 0,
"import": 0,
"permlevel": 0,
"print": 1,
"read": 1,
"report": 1,
"role": "Projects User",
"set_user_permissions": 0,
"share": 1,
"submit": 0,
"write": 1
}
],
"read_only": 0,
],
"read_only": 0,
"read_only_onload": 0
}
}

View File

@@ -39,7 +39,7 @@
"is_submittable": 0,
"issingle": 0,
"istable": 1,
"modified": "2015-04-29 04:54:36.024844",
"modified": "2015-10-02 07:38:45.602997",
"modified_by": "Administrator",
"module": "Projects",
"name": "Dependent Task",

View File

@@ -45,6 +45,7 @@
"in_filter": 1,
"in_list_view": 0,
"label": "Status",
"length": 20,
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
@@ -69,6 +70,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Project Type",
"length": 20,
"no_copy": 0,
"oldfieldname": "project_type",
"oldfieldtype": "Data",
@@ -114,6 +116,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Is Active",
"length": 20,
"no_copy": 0,
"oldfieldname": "is_active",
"oldfieldtype": "Select",
@@ -138,6 +141,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Priority",
"length": 20,
"no_copy": 0,
"oldfieldname": "priority",
"oldfieldtype": "Select",
@@ -900,7 +904,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 4,
"modified": "2015-09-14 02:55:59.157775",
"modified": "2015-10-02 07:39:02.200080",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project",

View File

@@ -42,6 +42,7 @@
"in_filter": 0,
"in_list_view": 1,
"label": "Status",
"length": 20,
"no_copy": 1,
"options": "Open\nWorking\nPending Review\nClosed\nCancelled",
"permlevel": 0,
@@ -217,7 +218,7 @@
"is_submittable": 0,
"issingle": 0,
"istable": 1,
"modified": "2015-10-12 06:24:11.748792",
"modified": "2015-10-12 10:24:11.748792",
"modified_by": "Administrator",
"module": "Projects",
"name": "Project Task",

View File

@@ -90,6 +90,7 @@
"in_filter": 0,
"in_list_view": 1,
"label": "Status",
"length": 20,
"no_copy": 1,
"oldfieldname": "status",
"oldfieldtype": "Select",
@@ -114,6 +115,7 @@
"in_filter": 1,
"in_list_view": 1,
"label": "Priority",
"length": 20,
"no_copy": 0,
"oldfieldname": "priority",
"oldfieldtype": "Select",
@@ -682,7 +684,7 @@
"issingle": 0,
"istable": 0,
"max_attachments": 5,
"modified": "2015-09-14 02:56:00.252976",
"modified": "2015-10-02 07:39:16.010028",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task",

View File

@@ -83,7 +83,7 @@
"is_submittable": 0,
"issingle": 0,
"istable": 1,
"modified": "2015-04-30 05:52:16.250948",
"modified": "2015-10-02 07:39:16.216665",
"modified_by": "Administrator",
"module": "Projects",
"name": "Task Depends On",

View File

@@ -21,6 +21,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Series",
"length": 20,
"no_copy": 0,
"options": "TL-",
"permlevel": 0,
@@ -64,6 +65,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Status",
"length": 20,
"no_copy": 0,
"options": "Draft\nSubmitted\nBatched for Billing\nBilled\nCancelled",
"permlevel": 0,
@@ -843,7 +845,7 @@
"is_submittable": 1,
"issingle": 0,
"istable": 0,
"modified": "2015-09-11 12:19:48.187752",
"modified": "2015-10-02 07:39:16.759881",
"modified_by": "Administrator",
"module": "Projects",
"name": "Time Log",

View File

@@ -21,6 +21,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Series",
"length": 20,
"no_copy": 0,
"options": "TLB-",
"permlevel": 0,
@@ -44,6 +45,7 @@
"in_filter": 0,
"in_list_view": 0,
"label": "Status",
"length": 20,
"no_copy": 1,
"options": "Draft\nSubmitted\nBilled\nCancelled",
"permlevel": 0,
@@ -261,7 +263,7 @@
"is_submittable": 1,
"issingle": 0,
"istable": 0,
"modified": "2015-09-14 02:56:00.731472",
"modified": "2015-10-02 07:39:17.042383",
"modified_by": "Administrator",
"module": "Projects",
"name": "Time Log Batch",

View File

@@ -125,7 +125,7 @@
"is_submittable": 0,
"issingle": 0,
"istable": 1,
"modified": "2015-04-15 05:35:08.805589",
"modified": "2015-10-02 07:39:17.158572",
"modified_by": "Administrator",
"module": "Projects",
"name": "Time Log Batch Detail",