misc/migration/3.17.11_Any.py
author Alain Leufroy <alain.leufroy@logilab.fr>
Mon, 02 Jun 2014 13:50:15 +0200
changeset 9899 2918ef1e3199
parent 9463 d62e13eba033
permissions -rw-r--r--
[dataimport] _create_copyfrom_buffer: fix separator check in string converter The empty string is a valid replace_sep. Related to #3845572

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()