misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 26 Sep 2011 19:08:43 +0200
branchstable
changeset 7865 8a8949ca5351
parent 5768 1e73a466aa69
permissions -rw-r--r--
Added tag cubicweb-version-3.13.6 for changeset 17c007ad845a

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