add easy migrate

This commit is contained in:
MrLening 2025-03-30 22:32:55 +03:00
parent 1ebbdfb926
commit 46c14abf72

6
makefile Normal file
View File

@ -0,0 +1,6 @@
create_env:
python3 -m venv venv
./venv/bin/python -m pip install -r requirements.txt
migrate: create_env
./venv/bin/alembic upgrade head