From 5912b8fcb4af5f18befe8c9443035b22c208e0d3 Mon Sep 17 00:00:00 2001 From: baudneo <86508179+baudneo@users.noreply.github.com> Date: Sun, 6 Nov 2022 20:28:07 -0700 Subject: [PATCH] update db fix --- scripts/npm_db_fix | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/npm_db_fix b/scripts/npm_db_fix index b29750e1..4953c80b 100755 --- a/scripts/npm_db_fix +++ b/scripts/npm_db_fix @@ -9,3 +9,4 @@ log() { mysql -u root -p"${MYSQL_ROOT_PASSWORD}" -D "${MYSQL_DATABASE}" -e "DELETE from migrations where name = '22021010135304_stream_proxy_protocol.js';" mysql -u root -p"${MYSQL_ROOT_PASSWORD}" -D "${MYSQL_DATABASE}" -e "DELETE from migrations where name = '20221010135304_stream_proxy_protocol.js';" mysql -u root -p"${MYSQL_ROOT_PASSWORD}" -D "${MYSQL_DATABASE}" -e "DELETE from migrations where name = '20221011000001_stream_proxy_protocol.js';" + mysql -u root -p"${MYSQL_ROOT_PASSWORD}" -D "${MYSQL_DATABASE}" -e "DELETE from migrations where name = '20221104174550_mail_forwarding.js';"