From 7e9599804a27a267938c3f429df4f3b0a771f976 Mon Sep 17 00:00:00 2001 From: Marco Lanzara <48531002-marco370@users.noreply.replit.com> Date: Mon, 24 Nov 2025 18:07:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v1.0.67?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Tipo: patch - Database schema: database-schema/schema.sql (solo struttura) - Data: 2025-11-24 18:07:00 --- .replit | 4 ---- database-schema/schema.sql | 4 ++-- deployment/train_hybrid_production.sh | 0 version.json | 16 ++++++++-------- 4 files changed, 10 insertions(+), 14 deletions(-) mode change 100644 => 100755 deployment/train_hybrid_production.sh diff --git a/.replit b/.replit index cd793f0..3dc4618 100644 --- a/.replit +++ b/.replit @@ -14,10 +14,6 @@ run = ["npm", "run", "start"] localPort = 5000 externalPort = 80 -[[ports]] -localPort = 38173 -externalPort = 3001 - [[ports]] localPort = 41303 externalPort = 3002 diff --git a/database-schema/schema.sql b/database-schema/schema.sql index ac42846..2dd51c1 100644 --- a/database-schema/schema.sql +++ b/database-schema/schema.sql @@ -2,7 +2,7 @@ -- PostgreSQL database dump -- -\restrict lZBSNPiSh3g9QddIJkeQIYiFvreIhrAIY7ggYUaULcRinm14aEimGddEGQz8tbg +\restrict Lgw47EWfpljavgP5hPyLQNB0j4mEqdbkwIgpe0LMEoZBsmxrQQy59ygAS5roJTS -- Dumped from database version 16.9 (415ebe8) -- Dumped by pg_dump version 16.10 @@ -312,5 +312,5 @@ ALTER TABLE ONLY public.network_logs -- PostgreSQL database dump complete -- -\unrestrict lZBSNPiSh3g9QddIJkeQIYiFvreIhrAIY7ggYUaULcRinm14aEimGddEGQz8tbg +\unrestrict Lgw47EWfpljavgP5hPyLQNB0j4mEqdbkwIgpe0LMEoZBsmxrQQy59ygAS5roJTS diff --git a/deployment/train_hybrid_production.sh b/deployment/train_hybrid_production.sh old mode 100644 new mode 100755 diff --git a/version.json b/version.json index 627b0f9..5f99ea2 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,13 @@ { - "version": "1.0.66", - "lastUpdate": "2025-11-24T18:06:18.615Z", + "version": "1.0.67", + "lastUpdate": "2025-11-24T18:07:00.803Z", "changelog": [ + { + "version": "1.0.67", + "date": "2025-11-24", + "type": "patch", + "description": "Deployment automatico v1.0.67" + }, { "version": "1.0.66", "date": "2025-11-24", @@ -295,12 +301,6 @@ "date": "2025-11-18", "type": "patch", "description": "Deployment automatico v1.0.18" - }, - { - "version": "1.0.17", - "date": "2025-11-17", - "type": "patch", - "description": "Deployment automatico v1.0.17" } ] } \ No newline at end of file