Skip to content

Commit 9283ce0

Browse files
committed
hypothesis
1 parent 5d1ff2e commit 9283ce0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go/script/migrate_up_test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
if pgrep -x atlas > /dev/null; then
2+
echo "Error: Another atlas instance is already running"
3+
exit 1
4+
fi
5+
16
atlas schema apply \
27
-u "$1" \
38
--to file://pkg/log/store/schema/ \

0 commit comments

Comments
 (0)