Skip to content
Snippets Groups Projects
Commit 6b54aa2d authored by luke.stewart's avatar luke.stewart
Browse files

Update hook_civicrm_alterLogTables - Fix unclear statement regarding log table conversion

parent d4c88668
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ You can adjust the specified tables and the engine and define indexes and except
Turning logging on and off will cause any adjustments to the exceptions to be enacted as that information is in the triggers not the log tables, which are recreated.
There is, however, a function that will convert Archive tables to log tables (one way) if the hook is in play. This has to be done deliberately by calling the `system.updatelogtables` api and it can be a slow process.
There is, however, a function that will convert log tables from Archive to INNODB (one way) if the hook is in play. This has to be done deliberately by calling the `system.updatelogtables` api and it can be a slow process.
## Availability
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment