As far as i know, nothing is done with the version number. I believe the
database is not altered by changing a builder. In that case you should
either redeploy the whole app (which i think might not be an option in
your case), or as you stated, make the nessecary changes for the
db-table by hand (or by script;)
Willem
Wouter Heijke wrote:
What is the usage of the version of a builder?
I'm trying to extend a builder (which is used in a live environment) with
some fields but they are not picked up by the database (mysql). I changed
the version of the builder but still no result. I have to provide a sql
script to alter the database table to reflect the changes in the builder or
am i doing something wrong?
Wouter