Changeset 5684
- Timestamp:
- 03/09/12 09:32:14 (11 years ago)
- Location:
- trunk/expressoMail1_2/setup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/setup/tables_current.inc.php
r5683 r5684 80 80 ), 81 81 82 ' mail_attachment' => array(82 'expressomail_attachment' => array( 83 83 'fd' => array( 84 84 'id' => array('type' => 'auto','nullable' => False), -
trunk/expressoMail1_2/setup/tables_update.inc.php
r5604 r5684 210 210 function expressoMail1_2_upgrade2_4_1() { 211 211 $oProc = $GLOBALS['phpgw_setup']->oProc; 212 $oProc->CreateTable(' mail_attachment',array(212 $oProc->CreateTable('expressomail_attachment',array( 213 213 'fd' => array( 214 214 'id' => array('type' => 'auto','nullable' => False),
Note: See TracChangeset
for help on using the changeset viewer.