Hi,
  I have been using the trunk code and doing an update once a week to get the 
latest changes.  At different times The database I was using before the upgrade 
started to crash because of missing columns that the latest code now needs.

eg

  File "/home/grendo/openerp-trunk/server/bin/sql_db.py", line 76, in wrapper
    return f(self, *args, **kwargs)
  File "/home/grendo/openerp-trunk/server/bin/sql_db.py", line 116, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column "attachment_use" does not exist
LINE 1: ...,"attachment","usage","model","type","report_xml","attachmen...

when you update the code with bzr are there any associated database update 
scripts or an upgrade process etc to bring you old database in line with the 
current code ?

At worst I can always create a new database and start to set things up again 
but I hope there is a easier way,




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=28730#28730

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to