misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Jul 2010 15:45:02 +0200
changeset 5966 0677cfb28ad2
parent 5768 1e73a466aa69
permissions -rw-r--r--
[iprevnext] implements cell_call to remove warning when displayed in the main content zone

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