mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 10:33:01 +03:00
7 lines
132 B
Bash
7 lines
132 B
Bash
|
#!/bin/sh
|
||
|
# lists pending migrations
|
||
|
|
||
|
BIN_DIR=$(dirname "$0")
|
||
|
|
||
|
"${BIN_DIR}"/bin/plausible eval Plausible.Release.pending_migrations
|