Skip to content

Commit

Permalink
add connection
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Nov 28, 2024
1 parent 1775e22 commit 25dec6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion migrations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
async def m001_initial(db):
from lnbits.db import Connection


async def m001_initial(db: Connection):
"""
Initial livestream tables.
"""
Expand Down

0 comments on commit 25dec6c

Please sign in to comment.