misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Jul 2010 15:37:02 +0200
branchstable
changeset 5994 97c55baefa0c
parent 5768 1e73a466aa69
permissions -rw-r--r--
backport default into stable. STABLE IS NOW 3.9, default 3.10

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