mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-31 05:39:41 -06:00
10 lines
74 B
Bash
10 lines
74 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
set -a
|
|
|
|
. .env
|
|
set +a
|
|
|
|
go run ./cmd/hatchet-migrate
|