misc/migration/3.17.11_Any.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 19 Nov 2014 11:57:55 +0100
changeset 10089 6346f53c85f1
parent 9463 d62e13eba033
permissions -rw-r--r--
[datafeed] Add a raise_on_error parameter to DataFeedSource.extid2entity And pass the option from various `process_` methods in existing parsers. This makes debugging in tests easier. Closes #4601191.

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