7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export $(cat .env | xargs)
|
|
|
|
cargo sqlx migrate run --source como_bin/db/migrations --database-url=$DATABASE_URL
|
|
|