[Vtigercrm-commits] [vtiger-commits] r9467 - /vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Sep 12 18:02:50 EDT 2006


Author: richie
Date: Tue Sep 12 16:02:43 2006
New Revision: 9467

Log:
Migration Fixes Done -- By Mickie

Modified:
    vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php

Modified: vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php
==============================================================================
--- vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php (original)
+++ vtigercrm/trunk/modules/Migration/ModifyDatabase/42P2_to_50.php Tue Sep 12 16:02:43 2006
@@ -3731,8 +3731,9 @@
 //delete the entries from vtiger_profile2standardpermissions table for Emails
 Execute("delete from vtiger_profile2standardpermissions where tabid=10");
 
-
-
+//delete the tagcloud entry from users
+Execute("delete from vtiger_field where tabid=29 and fieldname='tagcloud'");
+Execute("alter table vtiger_users drop column tagcloud");
 
 
 





More information about the vtigercrm-commits mailing list