AnthoLume/database/migrations/README.md

10 lines
121 B
Markdown
Raw Normal View History

2024-01-26 00:22:57 +00:00
# DB Migrations
```bash
# SQL migration
2024-01-26 00:22:57 +00:00
goose create migration_name sql
# Go migration
goose create migration_name
2024-01-26 00:22:57 +00:00
```