Ignore:
Timestamp:
07/10/12 12:23:24 (12 years ago)
Author:
thiago
Message:

Ticket #2952 - Atualizacao no conceito e nas tabelas utilizadas para a nova funcionalidade.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/expressoMail1_2/setup/tables_update.inc.php

    r6543 r6750  
    312312            return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
    313313        } 
     314         
     315        $test[] = '2.4.8'; 
     316        function expressoMail1_2_upgrade2_4_8() { 
     317                $oProc = $GLOBALS['phpgw_setup']->oProc; 
     318 
     319                $oProc->query("ALTER TABLE expressomail_message_followupflag ADD COLUMN sent smallint not null default 0"); 
     320 
     321                $GLOBALS['setup_info']['expressoMail1_2']['currentver'] = '2.4.8.1'; 
     322            return $GLOBALS['setup_info']['expressoMail1_2']['currentver']; 
     323        } 
    314324?> 
Note: See TracChangeset for help on using the changeset viewer.