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

Revision 5592, 391 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2434 - Implementacao de compartilhamento de agendas (agendas usuario e agendas publicas)

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"
19owner = "owner"
Note: See TracBrowser for help on using the repository browser.