[hot-fix] reset length to 140

This commit is contained in:
Saurabh 2017-04-29 18:39:51 +05:30
parent 8d1af9c840
commit 0b2acfc4c8

View file

@ -13,7 +13,7 @@ def setup_global_search_table():
if not '__global_search' in frappe.db.get_tables():
frappe.db.sql('''create table __global_search(
doctype varchar(100),
name varchar(255),
name varchar(140),
title varchar(140),
content text,
fulltext(content),