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

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