2009/1/30 dev five <[email protected]>:
> I would like to have multiple sql files so i can insert the new table
> without modifying the existing table.
you could add the "skipSql" statements, then propel would not touch
theese tables.
Such as
tab_xxx:
_attributes: { skipSql: true }
id: { type: INTEGER, size: '11', primaryKey: true, autoIncrement:
true, required: true }
...
--
LG,
Michael Steinböck
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---