misc/migration/3.9.0_Any.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Oct 2012 12:12:43 +0200
branchstable
changeset 8590 c9e04bf7690a
parent 5768 1e73a466aa69
permissions -rw-r--r--
[js/ajax] documentation of 'reload' is missing an argument

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