cubicweb/misc/migration/3.9.0_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Mar 2017 16:51:41 +0100
branch3.24
changeset 12075 10d3bf220be2
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[pkg] Restrict yams version to be less than 0.45.0 Because of reader's API changes x and other subtle but hard to debug changes in appobjects registration in version 0.45.0. Closes #17065626.

if repo.system_source.dbdriver == 'postgres':
    sql('ALTER TABLE appears ADD COLUMN weight float')
    sql('UPDATE appears SET weight=1.0 ')