misc/migration/3.9.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 16 Sep 2013 10:59:59 +0200
branchstable
changeset 9232 430a7dc5e2cf
parent 5768 1e73a466aa69
permissions -rw-r--r--
[utils] fix typos in make_uid docstring

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