Is it possible to make
propel-gen insert-sql
without loosing previous data?
Any hack?
I usually just add or remove some rows in a table editing schema.xml executing:
propel-gen
propel-gen sql
propel-gen insert-sql
and this wipes-out all the data wich is annoying!
Thank you!