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

Revision 6369, 247 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2821 - Inconsistências na interface de anexos e na remoção de anexos

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