bank_account : iban renamed number

bzr revid: bch-4d119f575e1a5800384820f0e5b1700d339bd987
This commit is contained in:
bch 2007-01-23 14:58:56 +00:00
parent 083094b789
commit 3dea080272
1 changed files with 7 additions and 0 deletions

View File

@ -95,4 +95,11 @@ cr.commit()
cr.execute('ALTER TABLE ir_ui_view DROP CONSTRAINT ir_ui_view_type')
cr.commit()
# ------------------------ #
# update res.partner.bank #
# ------------------------ #
cr.execute("ALTER TABLE res_partner_bank RENAME iban TO number")
cr.commit()
cr.close