[Vtigercrm-commits] [vtiger-commits] r3907 - /vtigercrm/trunk/adodb/DatabaseSchema.xml

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Feb 23 11:30:07 EST 2006


Author: saraj
Date: Thu Feb 23 09:30:00 2006
New Revision: 3907

Log:
attachment contents and attachments size are removed from attachments table

Modified:
    vtigercrm/trunk/adodb/DatabaseSchema.xml

Modified: vtigercrm/trunk/adodb/DatabaseSchema.xml
==============================================================================
--- vtigercrm/trunk/adodb/DatabaseSchema.xml (original)
+++ vtigercrm/trunk/adodb/DatabaseSchema.xml Thu Feb 23 09:30:00 2006
@@ -1074,14 +1074,6 @@
 		</field>
 		<field name="type" type="C" size="100">
 		</field>
-
-		<field name="attachmentsize" type="C" size="50">
-			<NOTNULL/>
-		</field>
-		<field name="attachmentcontents" type="B">
-			<NOTNULL/>
-		</field>
-
 		<opt>Type=InnoDB</opt>
 		<index name="attachmentsid">
 			<col>attachmentsid</col>





More information about the vtigercrm-commits mailing list