source: trunk/prototype/config/attachment.ini @ 5715

Revision 5715, 337 bytes checked in by natan, 12 years ago (diff)

Ticket #2434 - Implementacao da repeticao de eventos na agenda e adicao de suporte a relacionamentos 1x1 na API

Line 
1service = PostgreSQL
2PostgreSQL.concept = attachment
3
4[before.create]
5encodeCreateAttachment = modules/calendar/interceptors/DBMapping.php
6
7[after.delete]
8deleteAttachmentDependences = modules/calendar/interceptors/DBMapping.php
9
10[PostgreSQL.mapping]
11id = "id"
12source = "source"
13type = "type"
14name = "name"
15size = "size"
16owner = "owner"
Note: See TracBrowser for help on using the repository browser.