mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
8ee4827fea
* order migrations * migrate in 'streaks' * cleanup * docs * tests * add comment * changelog * continue * run migrations tests in ci * add pending_streams cmd * fix ci * add docs * fix test * simplify test * only test v2+ * fix test * return async: true * cleanup * add 'no pending migration' * drop migrate/0 and pending_migrations/0 --------- Co-authored-by: Adrian Gruntkowski <adrian.gruntkowski@gmail.com>
7 lines
131 B
Bash
Executable File
7 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
# starts the db migration
|
|
|
|
BIN_DIR=$(dirname "$0")
|
|
|
|
"${BIN_DIR}"/bin/plausible eval Plausible.Release.interweave_migrate
|