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

Revision 5514, 376 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao anexos, acls e delegacao de participantes

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