Skip to content

Commit

Permalink
Added table to upgrade_db autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgesFTW committed Dec 5, 2023
1 parent b42e82f commit 399cfe2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions logpyle/upgrade_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Database Upgrade Functions
--------------------------------
.. autofunction:: upgrade_db
.. list-table:: Overview of known changes between schema versions
:widths: 25 25 50
:header-rows: 1
* - Version 1
- Version 2
- Version 3 (current)
* - Initial Version
- Added ``warnings.rank``
- Added ``warnings.unixtime``, ``logging``
"""
import logging
import shutil
Expand Down

0 comments on commit 399cfe2

Please sign in to comment.