mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-01 06:11:02 -06:00
9 lines
73 B
Bash
9 lines
73 B
Bash
#!/bin/bash
|
|
|
|
set -eux
|
|
set -a
|
|
. .env
|
|
set +a
|
|
|
|
go run ./cmd/hatchet-migrate
|