Refactor to async TimescaleDB backend & add Alembic migrations
This commit is contained in:
parent
d396942deb
commit
c20d54d037
9 changed files with 328 additions and 99 deletions
5
alembic/versions/__init__.py
Normal file
5
alembic/versions/__init__.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""
|
||||
This directory will hold Alembic migration scripts.
|
||||
Each migration filename should follow the naming convention:
|
||||
<revision_id>_<slug>.py
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue