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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---