misc/migration/3.9.0_Any.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 20 Oct 2010 15:20:12 +0200
branchstable
changeset 6562 34be5986bca0
parent 5768 1e73a466aa69
permissions -rw-r--r--
make stdout and stderr non buffered for cwctl commands (#1330647)

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