misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Jul 2011 11:19:12 +0200
branchstable
changeset 7593 0c1024b3e7fc
parent 5768 1e73a466aa69
permissions -rw-r--r--
[c-c instance commands] keyboard interrupt should stop the command, not jump to the next instance. Closes #1794850

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