source: branches/2.4/prototype/config/schedulableToAttachment.ini @ 7228

Revision 7228, 527 bytes checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

  • Property svn:executable set to *
Line 
1service = PostgreSQL
2PostgreSQL.concept = calendar_attach
3
4[model.depends]
5schedulable = schedulable.attachments
6
7[after.create]
8createAttachmentHistoric = modules/calendar/interceptors/DBMapping.php
9
10[before.delete]
11decodeSchedulablettachment = modules/calendar/interceptors/DBMapping.php
12
13[after.delete]
14removeAttachmentHistoric = modules/calendar/interceptors/DBMapping.php
15deleteAttachmentDependences = modules/calendar/interceptors/DBMapping.php
16
17[PostgreSQL.mapping]
18id = id
19attachment = attach_id
20schedulable = object_id
Note: See TracBrowser for help on using the repository browser.