Ignore:
Timestamp:
04/11/11 11:14:53 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1596 - Colocar campo que identifique o ultimo usuário que alterou agenda compartilhada

File:
1 edited

Legend:

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

    r3966 r3968  
    8585            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN attachment text"); 
    8686        } 
     87 
     88        $test[] = '2.2.002'; 
     89        function calendar_upgrade2_2_002() 
     90        { 
     91            $GLOBALS['phpgw_setup']->db->query("ALTER TABLE phpgw_cal ADD COLUMN alter_by varchar(160)"); 
     92            $GLOBALS['setup_info']['calendar']['currentver'] = '2.2.003'; 
     93            return $GLOBALS['setup_info']['calendar']['currentver']; 
     94        } 
    8795?> 
Note: See TracChangeset for help on using the changeset viewer.