feat: add table/model for app upgrades
This commit is contained in:
parent
e855a84c37
commit
110ff69d6d
14 changed files with 275 additions and 2 deletions
6
docs/api/wuttjamaican/db.model.upgrades.rst
Normal file
6
docs/api/wuttjamaican/db.model.upgrades.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.db.model.upgrades``
|
||||
==================================
|
||||
|
||||
.. automodule:: wuttjamaican.db.model.upgrades
|
||||
:members:
|
6
docs/api/wuttjamaican/enum.rst
Normal file
6
docs/api/wuttjamaican/enum.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.enum``
|
||||
=====================
|
||||
|
||||
.. automodule:: wuttjamaican.enum
|
||||
:members:
|
|
@ -15,7 +15,9 @@
|
|||
db.model
|
||||
db.model.auth
|
||||
db.model.base
|
||||
db.model.upgrades
|
||||
db.sess
|
||||
enum
|
||||
exc
|
||||
people
|
||||
testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue