From 1b9cc8691298f313a03ae97167d393695043b182 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Mon, 5 Jun 2023 11:18:20 +0000 Subject: [PATCH] Pre-merge clean-up --- my_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my_deploy.sh b/my_deploy.sh index c8cacf4a8..6f0e64afe 100755 --- a/my_deploy.sh +++ b/my_deploy.sh @@ -87,7 +87,7 @@ export QDB_PASSWORD="quest" export QDB_TABLE="tfs_monitoring" ## If not already set, disable flag for dropping table if exists. -export QDB_DROP_TABLE_IF_EXISTS="" +#export QDB_DROP_TABLE_IF_EXISTS="" # If not already set, disable flag for re-deploying QuestDB from scratch. export QDB_REDEPLOY="" -- GitLab