6 lines
122 B
Bash
Executable file
6 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
|
|
SECRET=secret \
|
|
PGDATABASE=bactdbtest \
|
|
DOMAINS="http://localhost:4200" \
|
|
bash -c 'go run *.go migrate --drop'
|