Working device manager, added folders for better organization.

This commit is contained in:
ferdzo
2025-10-30 14:26:08 +01:00
parent 12d3720421
commit 7446e9b4ac
21 changed files with 342 additions and 47 deletions

View File

@@ -0,0 +1,10 @@
[project]
name = "db-migrations"
version = "0.1.0"
description = "DB migration scripts"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alembic>=1.17.0",
"sqlalchemy>=2.0.44",
]