diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:26:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:29:41 -0500 |
commit | e159fbdd05fc80fc359538030b619e5095570d10 (patch) | |
tree | 5759e9a8f49415d950f7aef11c4e412b4f00e254 /doc/dbschema.rst | |
parent | c03f3000c82c6171fb798e4947a57a6b884fc03a (diff) | |
download | python-coveragepy-git-nedbat/cog.tar.gz |
temp: use checksummingnedbat/cog
Diffstat (limited to 'doc/dbschema.rst')
-rw-r--r-- | doc/dbschema.rst | 4 |
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: |