Hi,

I'm using Sf 1.2 / Doctrine 1.1.3.

This is the model:
Person:
   tableName: person
   actAs:
     Versionable:
   columns:
     id:
       type:          integer(4)
       unsigned:      true
       primary:       true
       autoincrement: true
     last_name:
       type: string(127)
       notnull: true
     to_check:
       type:    boolean
       default: false
       notnull: false

When the "last_name" field is modified, I don't want to version it.

How to do that?
--
Nicolas CHARLOT
http://www.isics.fr


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to