Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@bartoszkubicki bartoszkubicki released this 02 Jan 12:55
55f67b5
  • #69 - this may be a problematic change for bigger tables as indexes have to be built from the scratch when added. Alternatively indexes can be added manually in advance with SQL:
    ALTER TABLE jh_import_history ADD INDEX JH_IMPORT_HISTORY_IMPORT_NAME (import_name)
    ALTER TABLE jh_import_history_item_log ADD INDEX JH_IMPORT_HISTORY_ITEM_LOG_ID_VALUE (id_value)
  • #68