Evan Reichard
015ca30ac5
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
121 B
Markdown
10 lines
121 B
Markdown
# DB Migrations
|
|
|
|
```bash
|
|
# SQL migration
|
|
goose create migration_name sql
|
|
|
|
# Go migration
|
|
goose create migration_name
|
|
```
|