0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
vtiger
/
5.0.4
/
custom
/
110000
/
sql
/
[
Home
]
File: vtiger-np.sql
delete FROM vtiger_parenttabrel where (parenttabid=7 and tabid = 24 and sequence =1) OR (parenttabid=2 and tabid = 6 and sequence =2) OR (parenttabid=2 and tabid = 28 and sequence =4) OR (parenttabid=2 and tabid = 9 and sequence =6) OR (parenttabid=2 and tabid = 8 and sequence =8) OR (parenttabid=1 and tabid = 9 and sequence =2) OR (parenttabid=1 and tabid = 28 and sequence =4); update vtiger_customview set viewname="Hot Members" where cvid = 8; UPDATE vtiger_field SET displaytype=3 WHERE (tablename='vtiger_leaddetails' and fieldname in ('annualrevenue','company','industry','leadstatus','noofemployees','rating','yahooid')) OR (tablename='vtiger_leadsubdetails' and fieldname in ('website')) OR (tablename='vtiger_crmentity' and fieldname in ('assigned_user_id','description','modifiedtime')) OR (tablename='vtiger_leadscf' and fieldname in ('cf_450')) OR (tablename='vtiger_leadaddress' and fieldname in ('fax')) OR (tablename='vtiger_contactdetails' and fieldname in ('title')) OR (tablename='vtiger_campaign' and fieldname in ('product_id','targetsize','targetaudience','sponsor')); update vtiger_field set displaytype=1 where tablename='vtiger_leaddetails' and fieldname in ('salutationtype'); delete from vtiger_relatedlists where tabid=7 and name in ('get_history','get_attachments','get_emails','get_activities','get_products'); delete from vtiger_blocks where blocklabel = 'LBL_EXPECTATIONS_AND_ACTUALS';