openerp-community team mailing list archive
-
openerp-community team
-
Mailing list archive
-
Message #01319
How are new fields added to the database?
Hi,
this is probably a very basic question:
When I upgrade from one version to another and a model gets a new field,
how is this field added to the database?
Example: I upgraded from nightly build 6.2dev-20120928-230101-1 to
6.2dev-20120930-230101-1. In changeset 4465 between the versions, the
model 'ir.model.access' got a new boolean field "active", which is not
in my database.
What do I have to do to migrate the database? (In the Django world,
there "south", probably because of the migrating swallows...)
Thanks in advance!
Follow ups