misc/migration/3.9.0_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 20 Jan 2015 10:32:34 +0100
changeset 10145 f2b7c8db3563
parent 5768 1e73a466aa69
permissions -rw-r--r--
[doc] Drop autoclass directive for IDownloadableLineView This class has been dropped in 3.20.

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