hdoc-tools 0.11.3 → 0.11.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-build-db.js +4 -4
- package/package.json +1 -1
package/hdoc-build-db.js
CHANGED
@@ -15,8 +15,8 @@
|
|
15
15
|
'doc_content',
|
16
16
|
'doc_preview UNINDEXED',
|
17
17
|
'doc_family_id',
|
18
|
-
'doc_md5_hash UNINDEXED'
|
19
|
-
'
|
18
|
+
'doc_md5_hash UNINDEXED'
|
19
|
+
//'doc_lastmod'
|
20
20
|
],
|
21
21
|
hdoc_meta: [
|
22
22
|
'resource_url',
|
@@ -96,8 +96,8 @@
|
|
96
96
|
file.index_html.text,
|
97
97
|
file.index_html.preview,
|
98
98
|
book_config.productFamily,
|
99
|
-
file.md5
|
100
|
-
file.lastmod
|
99
|
+
file.md5
|
100
|
+
//file.lastmod
|
101
101
|
];
|
102
102
|
const index_response = hdoc_index.insert_record(db, 'hdoc_index', db_schema.hdoc_index, index_vals);
|
103
103
|
if (!index_response.success) {
|