mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2025-08-06 19:43:25 +08:00
6 lines
75 B
Bash
Executable File
6 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
alembic revision --autogenerate
|
|
|
|
alembic upgrade head
|