From 0d19e8ecd9ff95fa7fe285a9b360d695e59907f0 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Sat, 29 Mar 2025 09:30:00 +0000 Subject: [PATCH] deployment_files --- sureops/testflutter26-back-b/deployment/build.sh | 2 +- sureops/testflutter26-db-d/deployment/Dockerfile | 2 +- sureops/testflutter26-db-d/deployment/build.sh | 4 ++-- sureops/testflutter26-db-d/deployment/dump.sql | 4 ++-- sureops/testflutter26-front-f/deployment/build.sh | 2 +- .../base_project/lib/resources/api_constants.dart | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sureops/testflutter26-back-b/deployment/build.sh b/sureops/testflutter26-back-b/deployment/build.sh index 53d2c59..ae01a91 100755 --- a/sureops/testflutter26-back-b/deployment/build.sh +++ b/sureops/testflutter26-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/35446_1743238330635/sureops_deploy/testflutter26/sureops/testflutter26-back-b/deployment +PATH_DIR=/data/35446_1743240581002/sureops_deploy/testflutter26/sureops/testflutter26-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/testflutter26-db-d/deployment/Dockerfile b/sureops/testflutter26-db-d/deployment/Dockerfile index 2ddbc49..3970922 100755 --- a/sureops/testflutter26-db-d/deployment/Dockerfile +++ b/sureops/testflutter26-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/35446_1743238330635/sureops_deploy/testflutter26/testflutter26-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/35446_1743240581002/sureops_deploy/testflutter26/testflutter26-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/testflutter26-db-d/deployment/build.sh b/sureops/testflutter26-db-d/deployment/build.sh index 57b32f3..0bb2562 100755 --- a/sureops/testflutter26-db-d/deployment/build.sh +++ b/sureops/testflutter26-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/35446_1743238330635/sureops_deploy/testflutter26/sureops/testflutter26-db-d/deployment +PATH_DIR=/data/35446_1743240581002/sureops_deploy/testflutter26/sureops/testflutter26-db-d/deployment #********************** cd $PATH_DIR -cp /data/35446_1743238330635/sureops_deploy/testflutter26/testflutter26-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/35446_1743240581002/sureops_deploy/testflutter26/testflutter26-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/testflutter26-db-d/deployment/dump.sql b/sureops/testflutter26-db-d/deployment/dump.sql index 7690755..c690133 100755 --- a/sureops/testflutter26-db-d/deployment/dump.sql +++ b/sureops/testflutter26-db-d/deployment/dump.sql @@ -1156,13 +1156,13 @@ 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 testm(id BIGINT NOT NULL AUTO_INCREMENT, onetoone VARCHAR(400), namem VARCHAR(400), PRIMARY KEY (id)); +CREATE TABLE IF NOT EXISTS testm(id BIGINT NOT NULL AUTO_INCREMENT, selectdya int, numbers int, selectdyamul VARCHAR(400), calculateadd VARCHAR(400), valuell VARCHAR(400), selectstamul VARCHAR(400), bar_code VARCHAR(400), selectauto int, selectautomul VARCHAR(400), qr_code VARCHAR(400), numberk int, namem VARCHAR(400), datagg VARCHAR(400), selectsta 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,'Testm',NULL,1577,'Testm','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','Testm',NULL,1577,'Testm','true','U1000','Enable',NULL,'2024-01-17 18:56:07'); COMMIT; -CREATE TABLE IF NOT EXISTS child(id BIGINT NOT NULL AUTO_INCREMENT, onetoone VARCHAR(400), namemmm VARCHAR(400), namem VARCHAR(400), PRIMARY KEY (id)); +CREATE TABLE IF NOT EXISTS child(id BIGINT NOT NULL AUTO_INCREMENT, selectdya int, numbers int, selectdyamul VARCHAR(400), calculateadd VARCHAR(400), valuell VARCHAR(400), selectstamul VARCHAR(400), bar_code VARCHAR(400), selectauto int, selectautomul VARCHAR(400), qr_code VARCHAR(400), numberk int, namemmm VARCHAR(400), namem VARCHAR(400), datagg VARCHAR(400), selectsta 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,'Child',NULL,1577,'Child','U2000','Enable'); SET @last_inserted_id = LAST_INSERT_ID(); diff --git a/sureops/testflutter26-front-f/deployment/build.sh b/sureops/testflutter26-front-f/deployment/build.sh index 3d67c8d..f4f832b 100755 --- a/sureops/testflutter26-front-f/deployment/build.sh +++ b/sureops/testflutter26-front-f/deployment/build.sh @@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com GIT_BRANCH=main DOMAIN=157.66.191.31:3000 #TARGET_PORT=9292 -PATH_DIR=/data/35446_1743238330635/sureops_deploy/testflutter26/sureops/testflutter26-front-f/deployment +PATH_DIR=/data/35446_1743240581002/sureops_deploy/testflutter26/sureops/testflutter26-front-f/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/testflutter26-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart b/testflutter26-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart index 68b13ce..3af7c8b 100644 --- a/testflutter26-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart +++ b/testflutter26-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart @@ -21,5 +21,5 @@ class ApiConstants { static const getSystemParameters = '$baseUrl/sysparam/getSysParams'; static const updateSystemParams = '$baseUrl/sysparam/updateSysParams'; - static const baseUrl ='http://157.66.191.31:31424/back'; + static const baseUrl ='http://157.66.191.31:31431/back'; } \ No newline at end of file