diff --git a/sureops/testadvdt-back-b/deployment/build.sh b/sureops/testadvdt-back-b/deployment/build.sh index 8fdf991..e3c0386 100755 --- a/sureops/testadvdt-back-b/deployment/build.sh +++ b/sureops/testadvdt-back-b/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000 #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/34868_1742791062378/sureops_deploy/testadvdt/sureops/testadvdt-back-b/deployment +PATH_DIR=/data/34868_1742792310366/sureops_deploy/testadvdt/sureops/testadvdt-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/testadvdt-db-d/deployment/Dockerfile b/sureops/testadvdt-db-d/deployment/Dockerfile index fa75b9f..7128c28 100755 --- a/sureops/testadvdt-db-d/deployment/Dockerfile +++ b/sureops/testadvdt-db-d/deployment/Dockerfile @@ -12,7 +12,7 @@ ENV MYSQL_ROOT_PASSWORD root COPY conf.d /etc/mysql/conf.d COPY *.sql /docker-entrypoint-initdb.d/ - #COPY --from=code /repo//data/34868_1742791062378/sureops_deploy/testadvdt/testadvdt-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/34868_1742792310366/sureops_deploy/testadvdt/testadvdt-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . VOLUME /var/lib/mysql EXPOSE 3306 CMD ["mysqld"] \ No newline at end of file diff --git a/sureops/testadvdt-db-d/deployment/build.sh b/sureops/testadvdt-db-d/deployment/build.sh index f2e4134..badd3db 100755 --- a/sureops/testadvdt-db-d/deployment/build.sh +++ b/sureops/testadvdt-db-d/deployment/build.sh @@ -11,11 +11,11 @@ GIT_BRANCH=main DOMAIN=157.66.191.31:3000 CONT_PORT=3306 TARGET_PORT=3306 -PATH_DIR=/data/34868_1742791062378/sureops_deploy/testadvdt/sureops/testadvdt-db-d/deployment +PATH_DIR=/data/34868_1742792310366/sureops_deploy/testadvdt/sureops/testadvdt-db-d/deployment #********************** cd $PATH_DIR -cp /data/34868_1742791062378/sureops_deploy/testadvdt/testadvdt-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/34868_1742792310366/sureops_deploy/testadvdt/testadvdt-db-d/authsec_mysql/mysql/wf_table/*.sql . pwd DOCKER_TAG=1.0 # Stop any existing containers with the same name and ports diff --git a/sureops/testadvdt-db-d/deployment/dump.sql b/sureops/testadvdt-db-d/deployment/dump.sql index d4a6ddf..900f7b4 100755 --- a/sureops/testadvdt-db-d/deployment/dump.sql +++ b/sureops/testadvdt-db-d/deployment/dump.sql @@ -1156,11 +1156,11 @@ CREATE TABLE `sys_param_upload` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -CREATE TABLE IF NOT EXISTS formc(id BIGINT NOT NULL AUTO_INCREMENT, kk bit(1), jj bit(1), video_field VARCHAR(400), fileupload_field VARCHAR(400), imageupload_field VARCHAR(400), audio_field VARCHAR(400), radiott VARCHAR(400), PRIMARY KEY (id)); +CREATE TABLE IF NOT EXISTS formd(id BIGINT NOT NULL AUTO_INCREMENT, numba int, currency VARCHAR(400), qrcode_field VARCHAR(400), numbb int, calculatedadd VARCHAR(400), barcode_field VARCHAR(400), PRIMARY KEY (id)); START TRANSACTION; -INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Formc',NULL,1577,'Formc','U2000','Enable'); +INSERT INTO `sec_menu_det` VALUES (null,'2023-01-25 11:12:27','2023-02-04 15:34:36',8001,'Formd',NULL,1577,'Formd','U2000','Enable'); SET @last_inserted_id = LAST_INSERT_ID(); -INSERT INTO `sec_grp_menu_access` VALUES (@last_inserted_id,1,NULL,'2024-01-17 18:56:07','true',8001,'true','true','true','true','true','Formc',NULL,1577,'Formc','true','U1000','Enable',NULL,'2024-01-17 18:56:07'); +INSERT INTO `sec_grp_menu_access` VALUES (@last_inserted_id,1,NULL,'2024-01-17 18:56:07','true',8001,'true','true','true','true','true','Formd',NULL,1577,'Formd','true','U1000','Enable',NULL,'2024-01-17 18:56:07'); COMMIT; -- diff --git a/sureops/testadvdt-front-f/deployment/build.sh b/sureops/testadvdt-front-f/deployment/build.sh index d5d982b..9534c6b 100755 --- a/sureops/testadvdt-front-f/deployment/build.sh +++ b/sureops/testadvdt-front-f/deployment/build.sh @@ -13,7 +13,7 @@ GIT_BRANCH="main" DOMAIN="157.66.191.31:3000" CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR="/data/34868_1742791062378/sureops_deploy/testadvdt/sureops/testadvdt-front-f/deployment" +PATH_DIR="/data/34868_1742792310366/sureops_deploy/testadvdt/sureops/testadvdt-front-f/deployment" DOCKER_TAG="1.0" MAX_RETRIES=3 RETRY_DELAY=10