Skip to content

Commit

Permalink
move execute migrations script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub3628800 committed Sep 12, 2024
1 parent 3085742 commit 56a0170
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""Script to execute migrations.
This is done lazily because db for this project is just one simple table. Use alembic if you do anything that's more complicated than this.
"""
import asyncio

import asyncpg
Expand Down

0 comments on commit 56a0170

Please sign in to comment.