misc/migration/3.9.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 04 Oct 2013 15:29:20 +0200
branchstable
changeset 9319 a68b8f423a8b
parent 5768 1e73a466aa69
permissions -rw-r--r--
[test] test can_use_rest_path directly No need to go through the Entity.rest_path if what we want is to unittest that one function.

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