source: sandbox/2.4.2-expresso1/prototype/config/schedulableToAttachment.ini @ 6968

Revision 6968, 527 bytes checked in by acoutinho, 12 years ago (diff)

Ticket #2966 - Criado suporte a historico em atividades

  • 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.