5
scripts/new_migration.sh
Executable file
5
scripts/new_migration.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export $(cat .env | xargs)
|
||||
|
||||
cargo sqlx migrate add --source como_infrastructure/migrations $name
|
Reference in New Issue
Block a user