misc/migration/3.9.0_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 28 Jun 2016 15:02:04 +0200
branch3.22
changeset 11392 12bebe48b451
parent 5768 1e73a466aa69
permissions -rw-r--r--
[tox] Ensure virtualenv's python is used to build the documentation

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