diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-01-21 01:15:34 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-01-25 12:58:32 -0500 |
commit | 10a66c974537dcb984217a6c581fc20fa7144db4 (patch) | |
tree | 0305f1574d2a37f3d2667ba541e473f11908ba71 /org/out_sqlite.org | |
parent | org, ocda (ongoing) (diff) |
org, ocda (ongoing) split file, separate functions
Diffstat (limited to 'org/out_sqlite.org')
-rw-r--r-- | org/out_sqlite.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/out_sqlite.org b/org/out_sqlite.org index ca5ee9f..ade8498 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -1880,7 +1880,7 @@ CREATE TABLE IF NOT EXISTS doc_objects ( lev SMALLINT NULL, node VARCHAR(16) NULL, parent VARCHAR(16) NULL, - last_decendant VARCHAR(16) NULL, -- headings only + last_descendant VARCHAR(16) NULL, -- headings only digest_clean CHAR(256), digest_all CHAR(256), seg_name CHAR(256), |