Evan Reichard
386b1c46f8
Some checks reported errors
continuous-integration/drone/push Build encountered an error
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
|
|
```
|