misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 16 Jul 2010 11:41:17 +0200
changeset 5981 3472c051da77
parent 5768 1e73a466aa69
permissions -rw-r--r--
[idownloadable] fix download_url prototype: should accept arbitrary kwargs to add as form parameters to the generated url

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