misc/migration/3.9.0_Any.py
author David Douard <david.douard@logilab.fr>
Mon, 05 May 2014 11:26:18 +0200
changeset 9760 7bc3e55d365e
parent 5768 1e73a466aa69
permissions -rw-r--r--
[views] new cubicweb logo (closes #3803681) - add the new CubicWeb logo - use it as a css (background-image) - change the color of the header bar (gradient made with css)

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