mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
alembic revision --autogenerate
|
|
|
|
alembic upgrade head
|
|
|
|
python ./scripts/init_data.py
|