misc/migration/3.9.0_Any.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 29 Mar 2013 18:00:37 +0100 (2013-03-29)
changeset 8845 667cc27e9d12
parent 5768 1e73a466aa69
permissions -rw-r--r--
[session/transaction] move resource accessors on Transaction
if repo.system_source.dbdriver == 'postgres':
    sql('ALTER TABLE appears ADD COLUMN weight float')
    sql('UPDATE appears SET weight=1.0 ')