added migrations

This commit is contained in:
Matthieu B 2025-05-21 16:23:50 +01:00
parent 63f3f10813
commit ae8f2c61d6
3 changed files with 7 additions and 2919 deletions

View file

@ -1,3 +1,5 @@
.venv
venv/
app/__pycache__/
.env
@ -18,3 +20,5 @@ unraid.xml
screenshots/
docs/
helpers/

2
.gitignore vendored
View file

@ -4,6 +4,8 @@ CLAUDE.md
idea/
.venv/
venv/
app/__pycache__/
__pycache__/

File diff suppressed because one or more lines are too long