We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SCHEMA_VERSION
1 parent 7a06040 commit b6ee7faCopy full SHA for b6ee7fa
docs/source/contributing.rst
@@ -23,6 +23,11 @@ without them being properly documented.
23
Run ``pip install -e .`` to install todoman and its dependencies into a
24
virtualenv.
25
26
+If the database is changed in a breaking way, the ``SCHEMA_VERSION`` variable
27
+in the class ``Cache`` has to be incremented to allow the cache to be recreated
28
+after todoman has been updated. An example would be adding new fields or
29
+removing old unnecessary fields and etc.
30
+
31
We use ``pre-commit`` to run style and convention checks. Run ``pre-commit
32
install``` to install our git-hooks. These will check code style and inform you
33
of any issues when attempting to commit. This will also run ``black`` to
0 commit comments