feat: alembic migration added
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Database Migration with Alembic
|
||||
|
||||
## Install Alembic
|
||||
|
||||
## Init Alembic
|
||||
|
||||
## Migration
|
||||
|
||||
```bash
|
||||
|
||||
alembic revision --autogenerate -m "add items table"
|
||||
alembic upgrade head
|
||||
```
|
||||
Reference in New Issue
Block a user