summaryrefslogtreecommitdiff
path: root/doc/dbschema.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dbschema.rst')
-rw-r--r--doc/dbschema.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dbschema.rst b/doc/dbschema.rst
index a2fa2f38..c6f3395e 100644
--- a/doc/dbschema.rst
+++ b/doc/dbschema.rst
@@ -29,7 +29,7 @@ the schema number of the database. The schema described here corresponds to:
SCHEMA_VERSION = 7
-.. [[[end]]]
+.. [[[end]]] (checksum: 95a75340df33237e7e9c93b02dd1814c)
You can use SQLite tools such as the :mod:`sqlite3 <python:sqlite3>` module in
the Python standard library to access the data. Some data is stored in a
@@ -111,7 +111,7 @@ This is the database schema:
foreign key (file_id) references file (id)
);
-.. [[[end]]]
+.. [[[end]]] (checksum: 207fbab355481686e0dce0a9d99d173c)
.. _numbits: