The db schema defines 3 tables. Two of them seem to be completely unused as I don't see any functions inserting data into them. Am I missing something or is the history data never stored?
The db schema defines 3 tables. Two of them seem to be completely unused as I don't see any functions inserting data into them. Am I missing something or is the history data never stored?
Comments
Comment #1
marcp commentedJeff - let's get together for this one.
Comment #2
marcp commentedPossibly we can remove the book_manager_history and book_manager_node_history tables if the functionality that they were supposed to support is really handled by Book Copy.
Comment #3
marcp commentedOkay, these can go -- they are Book Copy tables.
Comment #4
marcp commentedRemoved these from hook_schema() and dropped the tables in book_manager_update_6101().