Ignore:
Timestamp:
04/11/11 09:44:40 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #189 - Funcionalidade de envio de anexos nas notificações de agendamento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/setup/tables_update.inc.php

    r3765 r3966  
    8080                return $GLOBALS['setup_info']['calendar']['currentver']; 
    8181        } 
     82        $test[] = '2.2.001'; 
     83        function calendar_upgrade2_2_001() 
     84        { 
     85            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN attachment text"); 
     86        } 
    8287?> 
Note: See TracChangeset for help on using the changeset viewer.