Files
spoolman2/migrations/README.md
2023-07-14 14:19:57 +02:00

8 lines
130 B
Markdown

# Migrations
Creating a new version:
```bash
python -m spoolman.main
pdm run alembic revision -m "some title" --autogenerate
```