misc/migration/3.17.11_Any.py
author David Douard <david.douard@logilab.fr>
Mon, 05 May 2014 11:26:18 +0200
changeset 9760 7bc3e55d365e
parent 9463 d62e13eba033
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)

for table, column in [
        ('transactions', 'tx_time'),
        ('tx_entity_actions', 'tx_uuid'),
        ('tx_relation_actions', 'tx_uuid')]:
    repo.system_source.create_index(session, table, column)

commit()