← Back to team overview

banking-addons-team team mailing list archive

Re: banking_addons: Upgrade to 6.1

 

On 07-03-12 10:56, James Jesudason wrote:
I've noticed a change in the structure of the 'account_bank_statement_line_move_rel' record in my 6.0 to 6.1 upgraded databases. I wonder if someone could confirm this:

6.0 Structure
    Column    |  Type   | Modifiers
--------------+---------+-----------
 move_id      | integer | not null
 statement_id | integer | not null


6.1 Structure
      Column       |  Type   | Modifiers
-------------------+---------+-----------
 statement_line_id | integer | not null
 move_id           | integer | not null


Hi James,

confirmed. We caught this in our own migration script:

http://bazaar.launchpad.net/~openupgrade-committers/openupgrade-addons/6.1/view/head:/account/migrations/6.1.1.1/pre-migration.py

Check out our other migration scripts for any other changes. The scripts for the base module are in another project, openupgrade-server. Note that the project does not cover a whole lot of modules yet, but the core financial modules are covered. I do not think there are that many changes in the database layout that affect the banking addons.

Cheers,
Stefan.


--
Therp - Maatwerk in open ontwikkeling

Stefan Rijnhart - Ontwerp en implementatie

mail: stefan@xxxxxxxx
tel: +31 (0) 614478606
http://therp.nl
https://twitter.com/therp_stefan



Follow ups

References