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

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

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

Line 
1
2-- Starting to add internationalisation support
3
4BEGIN;
5SELECT check_db_revision(1,1,4);
6
7UPDATE relationship_type SET rt_name = 'is Assistant to' WHERE rt_id = 2 AND rt_name = 'Is Assisted by';
8
9SELECT new_db_revision(1,1,5, 'May' );
10
11COMMIT;
12ROLLBACK;
13
Note: See TracBrowser for help on using the repository browser.