6 lines
110 B
Bash
6 lines
110 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export $(cat .env | xargs)
|
||
|
|
||
|
cargo sqlx migrate add --source como_infrastructure/migrations $name
|