misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 08 Feb 2011 18:00:42 +0100
changeset 6952 7de13eb473e3
parent 5768 1e73a466aa69
permissions -rw-r--r--
[tabs js] merge tabs and lazy js files into cw.ajax.js and use camel case names to satisfy js coding standards

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