Changeset 5650


Ignore:
Timestamp:
03/06/12 17:53:29 (12 years ago)
Author:
acoutinho
Message:

Ticket #2434 - Mudanca no tipo da coluna usada para acls no expressoCalendar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoCalendar/setup/tables_update.inc.php

    r5647 r5650  
    1515                $oProc = $GLOBALS['phpgw_setup']->oProc; 
    1616 
    17                 $oProc->query('ALTER TABLE calendar_participant ADD COLUMN acl varchar(10) not null DEFAULT "r" '); 
     17                $oProc->query('ALTER TABLE calendar_participant ADD COLUMN acl character varying(10) not null DEFAULT "r" '); 
    1818                $oProc->query('ALTER TABLE calendar_participant ADD COLUMN receive_notification smallint not null DEFAULT 1 '); 
    1919                $oProc->query('ALTER TABLE calendar_participant RENAME COLUMN delegated_to TO delegated_from '); 
Note: See TracChangeset for help on using the changeset viewer.