8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
# Alembic Migrations
|
|
|
|
This directory contains database migration scripts for the User Authentication Service.
|
|
|
|
## Usage
|
|
|
|
1. Run migrations: `alembic upgrade head`
|
|
2. Create new migration: `alembic revision -m "description of changes"` |