Added archived field to spools

Resolves #13
This commit is contained in:
Donkie
2023-07-14 14:19:57 +02:00
parent 061061cd31
commit f89cf8ecd4
6 changed files with 42 additions and 1 deletions

View File

@@ -2,5 +2,6 @@
Creating a new version:
```bash
alembic revision -m "some title" --autogenerate
python -m spoolman.main
pdm run alembic revision -m "some title" --autogenerate
```