同步时执行附加SQL

This commit is contained in:
inrgihc
2023-12-30 20:44:54 +08:00
parent d06a97307a
commit 3f1cd0622c
64 changed files with 589 additions and 184 deletions

View File

@@ -2,7 +2,7 @@
set -e
DBSWITCH_VERSION=1.9.2
DBSWITCH_VERSION=1.9.3
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_DBSWITCH_DIR=$BUILD_DOCKER_DIR/dbswitch

View File

@@ -18,7 +18,7 @@ services:
start_period: 30s
dbswitch:
container_name: dbswitch_webui
image: inrgihc/dbswitch:1.9.2
image: inrgihc/dbswitch:1.9.3
environment:
MYSQLDB_HOST: dbswitch_mysqldb
MYSQLDB_PORT: 3306