Changeset 5684


Ignore:
Timestamp:
03/09/12 09:32:14 (12 years ago)
Author:
marcieli
Message:

Ticket #2486 - Padronizado nome da tabela referente a anexos.

Location:
trunk/expressoMail1_2/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/setup/tables_current.inc.php

    r5683 r5684  
    8080                ), 
    8181         
    82                 'mail_attachment' => array( 
     82                'expressomail_attachment' => array( 
    8383                        'fd' => array( 
    8484                                'id' => array('type' => 'auto','nullable' => False), 
  • trunk/expressoMail1_2/setup/tables_update.inc.php

    r5604 r5684  
    210210        function expressoMail1_2_upgrade2_4_1() { 
    211211            $oProc = $GLOBALS['phpgw_setup']->oProc;             
    212             $oProc->CreateTable('mail_attachment',array( 
     212            $oProc->CreateTable('expressomail_attachment',array( 
    213213                        'fd' => array( 
    214214                                'id' => array('type' => 'auto','nullable' => False), 
Note: See TracChangeset for help on using the changeset viewer.