This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
bactdb/migrate.sh
2015-04-22 17:03:45 -08:00

6 lines
122 B
Bash
Executable file

#!/bin/sh
SECRET=secret \
PGDATABASE=bactdbtest \
DOMAINS="http://localhost:4200" \
bash -c 'go run *.go migrate --drop'