mirror of
https://github.com/plausible/analytics.git
synced 2024-12-27 11:33:31 +03:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/bin/sh
|
||
|
# starts the db migration
|
||
|
|
||
|
BIN_DIR=`dirname "$0"`
|
||
|
|
||
|
${BIN_DIR}/bin/plausible eval Plausible.Release.migrate
|