feat: with initial rust service
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
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 crates/$service/migrations" $name
|
Reference in New Issue
Block a user