source: contrib/davical/dba/patches/1.2.4.sql @ 3733

Revision 3733, 412 bytes checked in by gabriel.malheiros, 13 years ago (diff)

Ticket #1541 - <Davical customizado para o Expresso.Utiliza Caldav e CardDav?>

RevLine 
[3733]1
2-- This database update provides new tables for the Principal, for
3-- a consistent dav_resource which a principal, collection or calendar_item
4-- all inherit from.
5
6BEGIN;
7SELECT check_db_revision(1,2,3);
8
9-- Add a column to hold the 'COMPLETED' property from the caldav_data
10ALTER TABLE calendar_item ADD COLUMN completed TIMESTAMP WITH TIME ZONE;
11
12SELECT new_db_revision(1,2,4, 'Avril' );
13
14COMMIT;
15ROLLBACK;
16
Note: See TracBrowser for help on using the repository browser.