misc/migration/3.9.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 08 Jul 2014 10:34:50 +0200
changeset 9918 228c3571e222
parent 5768 1e73a466aa69
permissions -rw-r--r--
[entities, view] delete dead code The auto_unwrap_bw_compat metaclass calls unwrap_adapter_compat, which was removed in changeset 697a8181ba30 "remove 3.9 bw compat". So this can't possibly work anymore, meaning we can get rid of it.

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