misc/migration/3.9.0_Any.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 28 Mar 2011 19:31:25 +0200
branchstable
changeset 7125 954b5b51cd92
parent 5768 1e73a466aa69
permissions -rw-r--r--
Added tag cubicweb-version-3.11.2 for changeset 56ae3cd5f855

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