Files
spoolman2/migrations/README.md
2023-08-12 21:32:20 +02:00

8 lines
138 B
Markdown

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